GetStructType
Returns the registered structure type with a given name.
Syntax
-
GetStructType(s)
-
s
is a string
-
Description
GetStructType(s)
returns the structure type named s
.
Examples
TDate ≔ GetStructType("Date")
year: 0 month: 0 day: 0
type(ans)
structure type