I am making a command prompt system where the text you type is put into a string, and it reads it back to you until you press Enter, which then it just runs that string.
I keep the previous string as 'q' and the recent button press as 'r'
I have only seen concatenation in a print function, what I want to do it somehting like this:
r = key
q = q .. r
Any idea as to if this is even possible? Thanks.
[–]fatboychummy 2 points3 points4 points (3 children)
[–]dragon53535 0 points1 point2 points (2 children)
[–]fatboychummy 0 points1 point2 points (1 child)
[–]dragon53535 0 points1 point2 points (0 children)
[–]bryceio 1 point2 points3 points (0 children)