Kinook Software Forum

Go Back   Kinook Software Forum > Search Forums

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: kinook
Forum: [VBP] General Discussion 12-14-2005, 01:30 PM
Replies: 5
Views: 29,567
Posted By kinook
Actually, only the WScript CreateObject, Sleep,...

Actually, only the WScript CreateObject, Sleep, and Echo methods are supported (we'll update the docs to be explicit about that). But, again, there are other ways to exit a script "prematurely." ...
Forum: [VBP] General Discussion 12-14-2005, 01:15 PM
Replies: 5
Views: 29,567
Posted By kinook
How would "exiting the script" be different from...

How would "exiting the script" be different from exiting the subroutine before the end? An Exit Sub statement within a subroutine prevents the remainder of the subroutine code from executing, which...
Forum: [VBP] General Discussion 12-14-2005, 01:02 PM
Replies: 5
Views: 29,567
Posted By kinook
Use structured programming or put your code in a...

Use structured programming or put your code in a subroutine and exit the subroutine:

MySub ' call the subroutine

Sub MySub()

' some code

Exit Sub
Showing results 1 to 3 of 3

 

All times are GMT -5. The time now is 12:01 AM.


Copyright © 1999-2023 Kinook Software, Inc.