|
-
Jan 22nd, 2011, 07:36 AM
#1
Re: Parse a text file by line
 Originally Posted by Vectris
I always use option strict on but I put together this example rather than the exact code I was using before and left it out.
There shouldn't be any possibility of "leaving it out". You should have set Option Strict On in the IDE options and then it will be On by default for every project you create. You would then have to specifically set it Off at the project or file level if you wanted it Off, which you almost never would.
-
Jan 22nd, 2011, 11:48 PM
#2
Thread Starter
Fanatic Member
Re: Parse a text file by line
 Originally Posted by jmcilhinney
There shouldn't be any possibility of "leaving it out". You should have set Option Strict On in the IDE options and then it will be On by default for every project you create. You would then have to specifically set it Off at the project or file level if you wanted it Off, which you almost never would.
I was not aware you could do that, I'll definitely change it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|