1

Topic: Character Arrays

Can we have the BASIC feature for saving character arrays?
LOAD *"array" DATA f$()
SAVE *"array" DATA f$()

2

Re: Character Arrays

I asked for that feature about 7 years ago (http://board.esxdos.org/viewtopic.php?id=20). Got fed up of waiting and wrote a dot command that can load and save the entire DATA set (but not individual arrays).

3

Re: Character Arrays

nickjnaude wrote:

Can we have the BASIC feature for saving character arrays?
LOAD *"array" DATA f$()
SAVE *"array" DATA f$()

Works in the current version of Next Basic