print( [str] )
|
|
Parameters
|
Stringstr
[optional] Specifies the string to print. A line break is not added. Newline characters in the string will cause line breaks. If the parameter is omitted or null, a line break is output.
This method can not be used from Visual Basic since print is a reserved word in Visual Basic and can't be used as a method name on any object.
|
Returns
|
void
|