The short answer:
Ā
PROC01
001 PQ
002 HSET-DEVICEĀ Ā Ā (make sure there is a trailing space)
003 A2
004 PH
005 ā¦
Ā
The long answer:
002 D
will display the entire input buffer (PROC01 6)
002 A1
will use the first space-delimited piece
002 A2
will user the second space-delimited piece
And so on.
Ā
More information in our documentation:
Ā
A command:
https://docs.rocketsoftware.com/bundle/d3_rg_104/page/d3/d3_all/source/reference_manual/proc_processor/a_command_PROC_processor.html
B command:
https://docs.rocketsoftware.com/bundle/d3_rg_104/page/d3/d3_all/source/reference_manual/proc_processor/b_command_PROC_processor.html
D command:
https://docs.rocketsoftware.com/bundle/d3_rg_104/page/d3/d3_all/source/reference_manual/proc_processor/d_command_PROC_processor.html
hi
Thank you for your response,
I think, I understand all !
itās too easy ā¦.
I used this with command āSnā, but, I did notĀ Ā know that I can use without āSnā !
ok