Hex Editor
Hex Editor - Binary File Editing Software for Windows

IParser.print Method

HHD Software - Hex Editor Serial Port Monitor USB Protocol Analyzer Network Monitor
 
 
 
< PreviousTopNext >
Declaration
Automation:
void  print ( [in]   String  VarName, [in]   String  VarValue) ;
Parameters
VarNameName of the variable. Must be unique in the current scope.VarValueVariable's value, as string.
Remarks
Add a virtual field to the output.
Examples

Adding virtual fields

JavascriptCopy Code
function f()
{
    print("var1",10);
    print("var2","Hello, World");
}
    
< PreviousTopNext >
Copyright © 2012 HHD Software. All rights reserved.