Outputs a character string.
Syntax
IMiameLib.wputs(Text)
Parameters
Text
A String value containing the text to display.
Remarks
The wputs method writes the given character string directly onto the main A-Shell window. A new line will not be started by default. In order to output onto a new line, the Visual BASIC vbCrLf constant should be used, for example:
oMiameLib.wputs ”Hello, World” & vbCrLf