The PRINTMSG subroutine prints some messages during analysis to the Output Window.
Langunage type |
SubRoutine |
FORTRAN |
CALL PRINTMSG(sName, nName) |
C/C++ |
printmsg(sName , nName) |
Parameter information
Variable Name |
Size |
Description |
sName |
Char |
The input variable, this string value will be printed in output window. |
nName |
int |
The input variable, the nName have to be set with the size of string. |