I can assign a single string to TMP1 and TMP2 temporary pseudo character devices as follows;
This does not appear to be documented.
According to the help file, this is how to assign a single string;
...which also works.
As I said, only TMP1 and TMP2 have this undocumented method...
Read more
Code:
R:\>#tmp1: %_time & type tmp1:
20:37:12
R:\>#tmp2: %_time & type tmp2:
20:37:15
This does not appear to be documented.
According to the help file, this is how to assign a single string;
Code:
tmp /s 0 Test & type tmp0:
...which also works.
As I said, only TMP1 and TMP2 have this undocumented method...
Code:
R:\>#tmp1: %_time & type tmp1:
20:37:12
R:\>#tmp2: %_time & type...
Read more