Qbasicnews.com

Full Version: string function?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to input a numeral into an string array from a normal array. Is there a way to make the numeral in the numeric array into a string so that I can put it into the string array?

something like:

let array$(1)=string(array(1))
1. Welcome to the forums!
2. You don't have to use let
3. a$ = STR$(a)


=)
thanks alot!