Jump to content

Recommended Posts

Posted

Hello again,

I have a program that is quite long, and when testing new parts I don't want to sit through ALL the previous actions. Is there a was to 'run from here' so I can begin executing my code from a specific point?

Posted

I usually do it this way:

if 1=2 then; ignore start
; lots of code
; lots of code
; lots of code
endif; ignore end

; code

AutoIt3, the MACGYVER Pocket Knife for computers.

Posted

I think the easiest is this

#cs

code

code

#ce

the #cs and #ce are great for this

then when you want to test with all the script just and ";"

;#cs

code

code

;#ce

hope that helps

8)

NEWHeader1.png

Posted

Ah, very smart! I didn't even think of this. All of the suggestions are very good. Thanks!

I think the easiest is this

#cs

code

code

#ce

the #cs and #ce are great for this

then when you want to test with all the script just and ";"

;#cs

code

code

;#ce

hope that helps

8)

<{POST_SNAPBACK}>

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...