RobotStudio event

How to show the date and time in screen maker?

ConfusedHello,

How to show the date and time in screen maker?

I defined the rapid as below,

VAR string SshowDate;
VAR string SshowTime;

proc aa()
..........
SshowDate:=Cdate();
SshowTime:=Ctime();

....

endproc


Then I creat a TPSlabel ,But the stirng date don't be binded.

How can I do??Confused

BR


Comments