Message 1 of 3
what is Chr$(0)?

Not applicable
03-30-2001
11:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
This was from a recent post,
InStr(strFileName, Chr$(0))
I'd think from the context that it was looking for a backslash, since it was
in reference to the file dialog box.
The help files mention the Chr function and ChrB and ChrW in that context
but not chr$.
The listing of character codes in the help files say Chr(0) is not supported
on windows platform.
So what is going on here anyway???
Thanks
Mark
This was from a recent post,
InStr(strFileName, Chr$(0))
I'd think from the context that it was looking for a backslash, since it was
in reference to the file dialog box.
The help files mention the Chr function and ChrB and ChrW in that context
but not chr$.
The listing of character codes in the help files say Chr(0) is not supported
on windows platform.
So what is going on here anyway???
Thanks
Mark