<< back to sysax.com Product page |
The print command is used to print variables, strings, and numbers to the log file.
Exhibit 2.3. Syntax of command for printing variables
print <variable>, <sequence of comma separated strings, numbers, and variables>; |
Exhibit 2.4. Example for using the command for printing variables
print ~my_value, "the folder contains ", 17, " files with a combined size of ", ~my_size, " Megabytes"; |