Hex Editor
Hex Editor - Binary File Editing Software for Windows

IParser.alert Method

HHD Software - Hex Editor Serial Port Monitor USB Protocol Analyzer Network Monitor
 
 
 
< PreviousTopNext >
Declaration
Automation:
void  alert ( [in]   String  message) ;
Parameters
messageString to display
Remarks
Display informational message in a popup message box. Should be used only for debugging purposes.
Examples

Expression evaluation

JavascriptCopy Code
function f()
{
    var a = eval("pe_header.e_lfanew.sections[0].Name");
    alert("First PE file section name is \"" + a + "\"");
    return 0;
}
    
< PreviousTopNext >
Copyright © 2012 HHD Software. All rights reserved.