Re: If Then Statements

2011-11-02 Thread Aaron Smith
Sure thing. Let us know if you have any more questions. Aaron On 11/2/2011 2:20 PM, Scott, Ken wrote: Hi Aaron, Your answer was enough. I missed the importance of the end if lines in the various scripts that I have been reviewing for ideas. Thanks for your reply to my question. Regards,

RE: If Then Statements

2011-11-02 Thread Scott, Ken
Hi Aaron, Your answer was enough. I missed the importance of the end if lines in the various scripts that I have been reviewing for ideas. Thanks for your reply to my question. Regards, Ken Scott From: Aaron Smith [mailto:aa...@gwmicro.com] Sent: Wednesday, November 02, 2011 10:49 AM To: gw

Re: If Then Statements

2011-11-02 Thread Aaron Smith
On 11/2/2011 1:33 PM, Scott, Ken wrote: What happens if there is no text after the then portion of an if then statement in vb script. Does the script continue within the sub routine or function or does it return to the main section of the script? If you have an If ... Then with no End If, you

Re: If Then Statements

2011-11-02 Thread Jeremy Curry
This is an automated response. I will be out of the office until Monday, November 21, 2011. I will have very limited access to email and voicemail during this time. For immediate assistance, please call (260) 489-3671. I will respond to your email or voicemail when I return to the office. B

If Then Statements

2011-11-02 Thread Scott, Ken
Hi GW scripters, What happens if there is no text after the then portion of an if then statement in vb script. Does the script continue within the sub routine or function or does it return to the main section of the script? I am new to scripting and did try searches in the Window-Eyes develope