Assign (For modes 2D, 3D, Console)
Evaluates expression on the right side of the operator and assigns result to the variable on the left side of the operator.
Was this helpful?
Compound assignment operators
They are used for computation speedup. If we replace any operator used in the compound assignment expression with the # mark, then notation operand1 #= operand2 is equivalent to operand1 = operand1 # operand2.



Was this helpful?


Did you find this information useful?
Documentation of SGP Baltie 4 C#
Send us comments on this topic by this form ©1978-2010 SGP Systems

Parent page | Previous page | Next page