export.sendObject
| Syntax |
export.sendObject (adr, f)
|
| Params |
adr is the address of the object to export f is the path of the file to save the object in
|
| Action |
Exports the specified object to a new fat page.
|
| Returns |
true
|
| Examples |
export.sendObject (@user , file.folderFromPath(Frontier.getProgramPath()) + "user.fttb") » true
|
| Notes |
This verb is implemented as a script.
|
| See Also |
fatPages.importFatFile
|