Home
Auto Debug On Line Help
 
User Script: Auto Debug System

echo

The echo function to show a message box.

VOID echo(
  BSTR szMessage       // Process Module Name
);

Parameters

szMessage
Pointer to a null-terminated string that contains the message to be displayed.

Return Values

No return value.

Examples

VBscript Example:

sub main
  startProcess "Notepad.exe", "c:\a.txt"
  echo "test message"
end sub

JavaScript Example:

function main(){
  startProcess("Notepad.exe", "c:\a.txt");
  echo ("test message");
}

Requirements

Auto Debug for Windows: Unsupport.
Auto Debug Professional: Requires version 5.0 or later.

See Also

Script Information Overview, Script Functions, attachProcess,addMenuItem ,killProcess ,saveLog

Copyright c 2003-2024, www.autodebug.com All Rights Reserved