How do I use AFiles in an App?
|
07-14-2015, 04:34 AM
Post: #3
|
|||
|
|||
RE: How do I use AFiles in an App?
Hello,
Application files are for data, not programs. You can store 2 type of things in files using AFiles:Math "Objects" (anything that you can place in a variable) using AFiles("name"):= var (or directly object), and graphics (storing G0-G9). You can not store a program in a file, sorry. At this point in time, your program still has to be one single unit of source code. Cyrille |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
How do I use AFiles in an App? - Bob Frazee - 07-14-2015, 01:56 AM
RE: How do I use AFiles in an App? - eried - 07-14-2015, 03:22 AM
RE: How do I use AFiles in an App? - cyrille de brébisson - 07-14-2015 04:34 AM
RE: How do I use AFiles in an App? - Bob Frazee - 07-14-2015, 09:39 PM
|
User(s) browsing this thread: 1 Guest(s)