nlInfo
nlInfo(o_netlistert_info[g_arg... ] ) => t
Description
Sends an informational message to the calling application.
Arguments
Value Returned
Examples
The following example sends the given message to the calling application:
nlInfo(nl "My info message.\n")
=> t
Return to top