Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1019 Bytes

File metadata and controls

40 lines (33 loc) · 1019 Bytes

Rpstr_SetValueBool

Description

Set a boolean value from the VectorScript value repository.

PROCEDURE Rpstr_SetValueBool(
				name  : STRING;
				value : BOOLEAN);
def vs.Rpstr_SetValueBool(name, value):
    return None

Parameters

Name Type Description
name STRING The name of the value.
value BOOLEAN Set a value associated with the name in the VectorScript value repository.

See Also

VS Functions: Rpstr_RemoveValues | Rpstr_RemoveValue | Rpstr_GetValueBool | Rpstr_SetValueBool | Rpstr_GetValueInt | Rpstr_SetValueInt | Rpstr_GetValueReal | Rpstr_SetValueReal | Rpstr_GetValueStr | Rpstr_SetValueStr

Version

Availability: from Vectorworks 2012

Category