Display Line # and code in Dialog box

Technical support and scripting issues

Moderators: Dorian (MJT support), JRL

Post Reply
User avatar
Esabik
Pro Scripter
Posts: 52
Joined: Wed Jun 15, 2005 8:03 pm
Location: Fairfield, NJ

Display Line # and code in Dialog box

Post by Esabik » Mon Oct 17, 2016 2:28 pm

Hi

Is it possible to display the line number I am on in my script and also the instruction associated with that line in a dialog box. I plan to keep the box open during the script and it has a progress bar. I want to update the progress bar in the same dialog box based on the line number of the script as well. Here is my dialog

wait>5
Dialog>Dialog2
Caption=MRP Regen Process Active
Width=400
Height=200
Top=500
Left=20
Max=1
Min=1
Close=1
Resize=1
Image=C:\Program Files\PPILogo\ppi-mini.JPG,8,0,201,73
ProgressBar=msProgressBar1,8,80,201,16,0
EndDialog>Dialog2
Show>Dialog2

Cheers
Just when you thought it was safe to go in the water........:evil:

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts