Quote Originally Posted by ibot_dung11 View Post
nice! thankyou

what is the #13 #10 when saving the data? (feel free to pm)

Code:
    'UserName = ' + UserName + ';' #13 #10
it creates a new line similar to '/n' if your familiar with C.

mess with this in simba
Simba Code:
writeln('line1' #13#10 'line2');