You probably tought about this one, but that is the way I do it and the only way I have found out...
Dim myStr$, pos%
'code goes here
pos = InStr(myStr, Chr(0))
If pos <> 0 Then
myStr = Left(myStr, pos - 1)
End If
|
Results 1 to 2 of 2
Thread: Help with common dialogHybrid View
|
Click Here to Expand Forum to Full Width |