Hey all,
ok here is my codei get a compile error--- else without if)
If eChar <> Chr$(10) And eChar <> Chr$(13) _
And eChar <> " " And eChar <> ":" Then _
tmp2$ = tmp2$ & eChar$
Else
tmp2$ = " "
End If
Have I got something wrong here????
Aaron Fear is the mind killer!!!!!!
ok here is my codei get a compile error--- else without if)
If eChar <> Chr$(10) And eChar <> Chr$(13) _
And eChar <> " " And eChar <> ":" Then _
tmp2$ = tmp2$ & eChar$
Else
tmp2$ = " "
End If
Have I got something wrong here????
Aaron Fear is the mind killer!!!!!!