SVariable(Script, String, SValue) Constructor |
Developed by SO-SOFT
Constructor
Namespace: scbscriptAssembly: scbscriptg (in scbscriptg.exe) Version: 15.62.0+ec7f396c1b0556a067fcf8d296cc36e3f3a5ac92
Syntaxpublic SVariable(
Script script,
string name,
SValue v
)
Parameters
- script Script
- The Script object
- name String
- The name of this variable
- v SValue
- A value
See Also