Print_It
Use this procedure to print a string to the console.
Syntax
Parameter |
Description |
Text |
Enter the string you want the system to print to the console. |
Note | This is useful when debugging scripts in Documaker Server. |
Example
Here is an example:
Procedure |
Result |
Explanation |
If (HaveGVM(‘Company’)) Print_It (GVM(‘Company’) ) End |
a string |
The content of the GVM variable Company is printed to the console. |