History |
Index (server files)
Purpose
Returns the numeric index for the current object.
Indexes aren't unique to a given object if updates are made to the parent container.
Syntax
ServerFile.Index
Example
Dim sf as ServerFile
Debug sf.Index
| ||