Module StrArray
Class "StrArray".
Functions
| StrArray.new () | Create a new StrArray object. |
| StrArray:count () | object method. |
| StrArray:free () | Destroy this object (will be called by Garbage Collector). |
| StrArray:get_array () | object method. |
| StrArray:str (n) | object method. |
Functions
- StrArray.new ()
-
Create a new StrArray object.
Return value:
StrArray. - StrArray:count ()
-
object method.
Return value:
integer. - StrArray:free ()
- Destroy this object (will be called by Garbage Collector).
- StrArray:get_array ()
-
object method.
Return value:
nil. - StrArray:str (n)
-
object method.
Parameters
-
n: Must be of type
integer.
Return value:
string. -
n: Must be of type