jackeroo75
Technical User
Scenario:
I tried MyNumber$= Sess0.Session.Paste and when I debug it it shows "" or "Empty". But when I use Sess0.Session.Paste it paste the 9 digit number to my active screen. Why can't I assign this?
I created a macro that copy a 9-digit number in active session in Extra by using BaNumber$ = MyScreen.GetString$(x, y, 9). Then asked the macro to move to a different screen and paste the number.
Problem arises when I use the macro in the wrong page in Extra. screen. Instead of getting a 9 digit number I would instead get " ". I want my Banumber to compare my Sess0.Seesion.Paste so my macro can choose the correct one with the 9-digit number.
jackeroo75
I tried MyNumber$= Sess0.Session.Paste and when I debug it it shows "" or "Empty". But when I use Sess0.Session.Paste it paste the 9 digit number to my active screen. Why can't I assign this?
I created a macro that copy a 9-digit number in active session in Extra by using BaNumber$ = MyScreen.GetString$(x, y, 9). Then asked the macro to move to a different screen and paste the number.
Problem arises when I use the macro in the wrong page in Extra. screen. Instead of getting a 9 digit number I would instead get " ". I want my Banumber to compare my Sess0.Seesion.Paste so my macro can choose the correct one with the 9-digit number.
jackeroo75