Posts by sqwer
-
-
Hello
Robot had the wrong project name, so I changed it but now I got problem with automatic printed safety configuration from WorkVIsual because there is still the wrong name in header from this document. Controller name and project name are OK - only this geader is False. Has anyone already faced such problem?
Thank you
-
Hello
Is it possible to make a new line in MsgDialog?
I try to use \n like in C but doesn't work..
now i got this:Code
Display MoreDEF RP() DECL INT nAnswer DECL CHAR recval[200] recval[]="this should be in first line \n second line" MsgDialog(nAnswer, recval[],"Message",, "OK") END
Thank you in advance