Developed by SO-SOFT
S-Types enumeration
Namespace: scbscriptAssembly: scbscriptg (in scbscriptg.exe) Version: 15.62.0+ec7f396c1b0556a067fcf8d296cc36e3f3a5ac92
Syntax
MembersMember name | Value | Description |
---|
Null | 0 |
Null object type
|
RuntimeEvaluate | 1 |
Any type
|
Bool | 2 |
Boolean type
|
Integer | 3 |
Integer type
|
Number | 4 |
Number type
|
String | 5 |
String type
|
Regex | 6 |
Regular expression type
|
Path | 7 |
Path type
|
Function | 8 |
Function type
|
Array | 9 |
Array type
|
Hash | 10 |
Hash type
|
SystemObject | 11 |
Not used
|
SystemFunction | 12 |
Not used
|
SystemFunctions | 13 |
Not used
|
See Also