Skip to main content

I know you can append data to a txt file but can you append data to a variable?

Something like this should work:
Variable2 = Variable1 + "additional text"
Thats an Idea I'll try that..

Reply