Macro Language Reference > Macros > Application > tyone
  
tyone
Description
Toggles the 1:1 edit option to set the way text entered from the keyboard or macro edit bar is interpreted by PTC ALD .
Syntax
tyone on_off:o?
tyone
[no parameter]
Toggle 1:1 editing on or off, depending on the current setting.
on_off
0
Turn 1:1 editing off. When the user enters a code such as < or > or & the code is treated as a printable character and converted to the correct character code, e.g. &#60;.
1
Turns 1:1 editing on. Special text codes are not treated as printable characters, allowing the user to enter PTC ALD codes directly.
Additional Information
With 1:1 editing activated PTC ALD interprets text entered from the keyboard exactly as it was typed, i.e. as if the insert macro had been used. 1:1 editing also makes editing codes in the edit bar easier by changing the functions of the del and backspace keys so that they treat codes as if they were normal text.