This function gets the size of a variable.
[Specification format]
csplus.get_variable_size(session_id, variable)
|
[Argument(s)]
|
|
session_id
|
This argument is ignored in this version.
|
variable
|
The name of the target variable
|
[Return value]
The size of the target variable
[Detailed description]
- | This function gets the size of a variable. |
[Example of use]
>>> csplus.get_variable_size(0, "x")
2
|