eval()
The eval() function provides the ability to execute a dynamic script useful for debugging purposes. This is given a string, and executes it as if it was part of a script.
For example, to test some expressions, you could enter them into a Text field on a Form. Then, get a script to execute the commands in the Text field.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.