Subroutines
- Last UpdatedNov 07, 2016
- 1 minute read
There is no concept of separate subroutines within the same script, such as "Sub" procedures in Visual Basic. To structure a script into multiple subroutines, you must create a custom QuickFunction for each subroutine. See Custom script functions.