Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 904 Bytes

File metadata and controls

37 lines (30 loc) · 904 Bytes

Rpstr_RemoveValue

Description

Removes a named value from the VectorScript value repository.

FUNCTION Rpstr_RemoveValue(name : STRING): BOOLEAN;
def vs.Rpstr_RemoveValue(name):
    return BOOLEAN

Parameters

Name Type Description
name STRING The name of the value.

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