Checking string value
Visual Basic
4
Posts
3
Posters
0
Views
1
Watching
-
In vb.net 2005. I am wanting to say at form load that if a global value (strName) has not been used (i.e. has not been entered into), then load another form, how can i do this, i have tried: If strName.length < 1 strName.Empty Help!!!
-
In vb.net 2005. I am wanting to say at form load that if a global value (strName) has not been used (i.e. has not been entered into), then load another form, how can i do this, i have tried: If strName.length < 1 strName.Empty Help!!!
-
In vb.net 2005. I am wanting to say at form load that if a global value (strName) has not been used (i.e. has not been entered into), then load another form, how can i do this, i have tried: If strName.length < 1 strName.Empty Help!!!
-
Sorted now cheers :)