Inet_Msg function

Converts a message from Msg() to HTML format.

return = Inet_Msg(Request, MsgRec, MsgId, argv)

The Inet_Msg function has the following parameters:

ParametersDescription
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

A message in HTML format.

In BASIC+, to output the message "No Information to Display" in an Inet_ procedure, code the following:

VarHtml = Inet_Msg(Request, 'Error <br> No Information to display')
  • guides/programming/programmers_reference_manual/inet_msg.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1