Divil
Well-known member
- Joined
- Nov 17, 2002
- Messages
- 2,748
Robby here...I had a hard time merging these threads, so Im invading your post Divil.
This is a spin-off from another thread.
The discussion is:
- Using Option Strict On
- Using VB functions such as Mid$, Left$, Len, CInt, Clng, MsgBox etc...
________________________________End of Robbys note:
When you stop relying on VB doing the work for you
Turn on Option Strict, always. It stops you doing bad things like mixing data types and not explicitly converting.
This is a spin-off from another thread.
The discussion is:
- Using Option Strict On
- Using VB functions such as Mid$, Left$, Len, CInt, Clng, MsgBox etc...
________________________________End of Robbys note:
When you stop relying on VB doing the work for you
Turn on Option Strict, always. It stops you doing bad things like mixing data types and not explicitly converting.
Last edited by a moderator: