1

Topic: String variable in save*/load* commands

Is it possible to implement load(save) * a$ [code, screen$]?

2

Re: String variable in save*/load* commands

Hi,

Yes, and it has always been available (if poorly documented). Try this:

LOAD/SAVE *;a$ CODE/SCREEN$

3

Re: String variable in save*/load* commands

Is there a proper/generic way to make this work for dotcommands too?

-Dx