Set an integer value from the VectorScript value repository.
PROCEDURE Rpstr_SetValueInt(
name : STRING;
value : INTEGER);def vs.Rpstr_SetValueInt(name, value):
return None| Name | Type | Description |
|---|---|---|
| name | STRING | The name of the value. |
| value | INTEGER | Set a value associated with the name in the VectorScript value repository. |
Rpstr_SetValueInt('Example', 1);import vs
# Set an integer value from the VectorScript value repository.
name = 'Example'
value = 1
vs.Rpstr_SetValueInt(name, value)VS Functions: Rpstr_RemoveValues | Rpstr_RemoveValue | Rpstr_GetValueBool | Rpstr_SetValueBool | Rpstr_GetValueInt | Rpstr_SetValueInt | Rpstr_GetValueReal | Rpstr_SetValueReal | Rpstr_GetValueStr | Rpstr_SetValueStr
Availability: from Vectorworks 2012