Questions tagged [ibm-pcomm]

Used in conjunction with a supported language to identify the question is specifically about programming using the IBM® Personal Communications host communication and terminal emulation package for Microsoft® Windows® (PCOMM). It should not be used without the context of another language tag.

16 questions
-1
votes
1 answer

How do I save a variable assigned to another variable?

I have this code to execute a command, and after I move to a certain row on the screen in a 3270 PCOM Host emulator with VBScript, I want to get the position of the current row, so I call: 'Save the current Line LigneEnCours=…
1
2