Hello,
Is anobody here knowing if it is possible to set a register / PR / string register via cm file?
I thaught to something like :
DEFPROG *strreg*
SETREG $SR[20] "xxxxxx"
or
SETVAR $SR[20] "xxxxxx"
Thanks ahead.
Hello,
Is anobody here knowing if it is possible to set a register / PR / string register via cm file?
I thaught to something like :
DEFPROG *strreg*
SETREG $SR[20] "xxxxxx"
or
SETVAR $SR[20] "xxxxxx"
Thanks ahead.
Hello,
I tried with numeric register, but I am only able to add a comment 'h' to the numeric register whenever i try these commands below
Unfortunately, it doesnt change the register value but just adds 'h' as a comment in Numeric register 250. I dont understand why.