This function gets the type of a variable.
[Specification format]
csplus.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 type of the target variable
[Detailed description]
- | This function gets the type of a variable. |
[Example of use]
>>> csplus.get_variable_type(0, "x")
int
|