Append info to a variable

  • 3 November 2022
  • 2 replies
  • 61 views

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


2 replies

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

Reply