07-31-2024, 02:56 PM
Code: (Select All)
DIM a AS STRING * 8
DIM b AS STRING
a = "12345"
b = "12345"
FOR i = 1 TO 10
PRINT a;
NEXT
FOR i = 1 TO 10
PRINT b;
NEXT
I believe that these should have the same result.
The excess memory is there for use, but not filled with spaces.
2D physics engine https://github.com/mechatronic3000/fzxNGN
Untitled Rouge-like https://github.com/mechatronic3000/Untitled-Rougelike
QB Pool https://github.com/mechatronic3000/QBPool
Untitled Rouge-like https://github.com/mechatronic3000/Untitled-Rougelike
QB Pool https://github.com/mechatronic3000/QBPool