Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Inet_Msg function ====== ==== Description ==== Converts a message from [[msg|Msg()]] to HTML format. ==== Syntax ==== **return = Inet_Msg**(Request, MsgRec, MsgId, argv) ==== Parameters ==== The Inet_Msg function has the following parameters:\\ \\ ^Parameters^Description^ |Request|[in]HTTP-request| |MsgRec|[in]Message definition structure (can be null if MsgKey set)| |MsgId|[in]Name of the message to execute (can be null if MsgRec is set)| |Argv|[in]@fm delimited list of substitutable parameters| ==== Returns ==== A message in HTML format. ==== Example ==== In BASIC+, to output the message "No Information to Display" in an Inet_ procedure, code the following: <code> VarHtml = Inet_Msg(Request, 'Error <br> No Information to display') </code> ==== See Also ==== [[msg|Msg()]], [[inet_queryparam|Inet_QueryParam()]], [[inet_repos|Inet_Repos()]], [[inet_rlist|Inet_Rlist()]], [[inet_security|Inet_Security()]], [[inet_trace|Inet_Trace()]] guides/programming/programmers_reference_manual/inet_msg.txt Last modified: 2024/06/19 20:20by 127.0.0.1