Node References

Suppose you create a node that executes a text string using the eval primitive as follows:

Total:=eval("A*B")

Eval compiles and executes code stored in a string, which lets you build code dynamically.

See eval.

See Text Strings.