How do I use AFiles in an App?
|
07-14-2015, 01:56 AM
Post: #1
|
|||
|
|||
How do I use AFiles in an App?
The following code works if you paste it into a copy of the Function App
Here's the App: Code:
rcf |
|||
07-14-2015, 03:22 AM
Post: #2
|
|||
|
|||
RE: How do I use AFiles in an App?
What exactly do you want to do? each app has its own "script" place, the "Afiles" is (I believe) for external resources (in this moment probably text or images), not for script objects, like 'libraries'
My website: ried.cl |
|||
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 |
|||
07-14-2015, 09:39 PM
Post: #4
|
|||
|
|||
RE: How do I use AFiles in an App?
Thanks very much for your answers. I now have the answer to my question.
rcf |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)