KB-127708: dump.string

dump.string

The command dump.string can be used to issue character strings in the console (in the DbgViewer protocol).

Note

This command does not have any impact on the execution of the script and stands for logging and error searches.

Syntax:

dump.string `<character string>`

Example

Function ScriptBeforeUpload
{
$def::var1 = `<Network address for backup directory>`$vdog::uploadjob->5002
$def::var2 = $vdog::yyyymmdd

dump.string value 1 is $def::var1
dump.string $def::var1
dump.string $def::var2
}

Last update: September 15, 2023

Related Articles

IMPRINT | PRIVACY POLICY | COOKIE POLICY

Privacy Preference Center