Hey,
I am looking to use a string to store lots of debug information, but i want it to be able to type each on a newline.
example:
the coma represent the newline identifier
S:= Walked to tree , Cut tree , Walked to Bank , Banked
Walked to tree
Cut tree
Walked to Bank
Banked
how i want it all to be store is in a single string per RS character.
i know that /n or \n works in other languages but whats the equivalent to use in Simba?








Reply With Quote







