|
|
Bungee Logic : Statement : AssignmentFrom $1Table of contents
Back to Bungee Logic Statements
DescriptionAssigns a value to a member of an object. Type conversion is achieved by assigning to a field or variable of the intended type. Bungee Logic provides an implicit string conversion for primitives (i.e., primitives are automatically converted to string). No other conversions are presently supported for primitives. Syntax
Where:
LogicThis code below is a simple assignment of a primitive to a variable. StopIterating = true;
In this assignment statement below, the Copy Action property has been set to Copy by Value. StopIterating = Copy(TrueField);
Error HandlingThe following assignmets will generate an error:
Intrinsics-None- Properties
Tab Title Bar
See Also
Tags:
|
|||||