Block Group: | Logic |
Icon: |
Holds a custom script.
For information on using dataflow blocks, see Dataflow.
These properties can take input and give output.
invoke causes the script to run.
autoRun specifies whether the script runs automatically.
script specifies the instance of DGScript held by this block. See Scripting and Syntax for more information about creating a script.
a–z set or return the values of properties that you can use in your script as needed.
These properties can give output. They cannot take input.
output returns the output of your script.
print returns a string that is used for errors, other notifications, and debugging.
These are basic uses of the block.
Dataflow Model | Description |
---|---|
This script uses a function from the DGLux5 script reference to convert a base 10 number to base 16. | |
This script converts the first input string to all uppercase letters and the second input string to all lowercase letters. It concatenates them with a middle string that includes a space and some punctuation. |