StructGet
Method Signature
StructGet(path=[string])Arguments
Argument
Type
Required
Description
Default
Examples
Get a value in a structure using structGet
x = {
Y : {
Z : 8
}
};
writeDump( structGet( "x.y.z" ) );
Accidentally Modifying a Structure
Accidentally Overwriting a variable using structGet
Additional Examples
Related
Last updated
Was this helpful?
