|
|
|
|
Functions
MioScript Reference
|
|
Syntax
| mio.currentHeader.set(ObjectID, ParentID, systemString, infoString, Family) |
Parameters
| ID | ObjectID | Optional. ID (16 chars) of the mio file to be created.
| | ID | ParentID | Optional. ID (16 chars) of the mio application that create the mio file.
| | STRING | systemString | Optional. Internal File Attributes (50 chars).
| | STRING | infoString | Optional. Internal File Attributes (200 chars).
| | STRING | Family | Optional. Name of the family (group of mio files, 10 chars). |
Return value
No value is returned.
Description
Set the internal attribute of the current mio file.
The current mio file is the one currently interpreted by MioEngine. |
|
|
|