要求されたページは選択されたバージョンでは利用できない。
InfoItem
Syntax
integer InfoItem (string tag, string text)
Description
Add an “info item”, to appear in the report.
Parameters
tag
Label to be put in front of the reported item.
text
Text of the information item.
Return Value
Return 1 if the call is successful; otherwise, 0.If unsuccessful, the diagnostic functions can be used to get more details.
Notes
- Example of a call: InfoItem (“time of day”, “noon” )
- This will let the report show an entry like this: time of day: noon.