A92: Challenge!


[Prev][Next][Index][Thread]

A92: Challenge!




CHALLENGE!!!  l have a challenge for all of you assembly programmers out
there.  What l think would be cool is if you could make an assembly program
that would store folder and file names into lists with strings, so that Basic
programmers would have an easier way to incorporate the functionality into
their programs. An example might be:

getfolds()    {"main","games","math}
getvars()    {"a","b","hexview","linelib","math"}   (this would get the names
of the variables in the current folder)
getvars()[3]    "hexview"

lt would be very cool if someone could do this.