Hex Editor
- Binary File Editing Software for Windows
IParser.print Method
< Previous
Top
Next >
Declaration
Automation:
void
print
(
[in]
String
VarName
,
[in]
String
VarValue
) ;
Parameters
VarName
Name of the variable. Must be unique in the current
scope
.
VarValue
Variable's value, as string.
Remarks
Add a virtual field to the output.
Examples
Adding virtual fields
Javascript
Copy Code
function f() { print("var1",10); print("var2","Hello, World"); }
< Previous
Top
Next >