Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 941 Bytes

File metadata and controls

43 lines (35 loc) · 941 Bytes

Rpstr_RemoveValues

Description

Removes all values from the VectorScript value repository.

PROCEDURE Rpstr_RemoveValues;
def vs.Rpstr_RemoveValues():
    return None

Examples

Rpstr_RemoveValues;
import vs

# Removes all values from the VectorScript value repository.
vs.Rpstr_RemoveValues()

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