News:

PlayBASIC2DLL V0.99 Revision I Commercial Edition released! - Convert PlayBASIC programs to super fast Machine Code. 

Main Menu

how can i store input in a string

Started by clover, August 14, 2012, 06:35:51 PM

Previous topic - Next topic

clover

i tried to store the input in a string but when i tried printing it to see if it worked all i get is a zero

clover

i figured out the problem :), i forgot the $ at the end of the string

kevin


One handy hint to avoiding implicit errors like this, is to enable Explicit for new sections of code.