19.01.2017, 11:13
Hello, I have a various strings with day, month and year texts in ASCII and I need to merge all of this in only one adress, how I can make this? Thankyou...
Add different strings into one
|
19.01.2017, 11:13
Hello, I have a various strings with day, month and year texts in ASCII and I need to merge all of this in only one adress, how I can make this? Thankyou...
19.01.2017, 11:16
Where are these strings coming from, are they stored in objects or inside of your script?
19.01.2017, 11:18
19.01.2017, 11:25
grp.getvalue("12/0/0") .. " " .. grp.getvalue("12/0/1") .. " " .. grp.getvalue("12/0/2") .. " " .. grp.getvalue("12/0/5")
19.01.2017, 11:54
Works fine, THX!
|
« Next Oldest | Next Newest »
|