Mar 6, 2006 #1 easycode Programmer Joined Jan 28, 2005 Messages 195 Location US I have a database and most of it is been coded using chr(), i was advised that chrW$ works better and is faster. Does anyone know if there is any significant effect using chrW$ instead of chr. Thanks in advance.
I have a database and most of it is been coded using chr(), i was advised that chrW$ works better and is faster. Does anyone know if there is any significant effect using chrW$ instead of chr. Thanks in advance.
Mar 6, 2006 #2 Tigerlili3 Technical User Joined Apr 23, 2004 Messages 98 Location US See this article from Microsoft about the difference between Chr and ChrW: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vblr7/html/vafctChr.asp It seems that ChrW is not dependent on code page settings and Chr is dependent on them. Upvote 0 Downvote
See this article from Microsoft about the difference between Chr and ChrW: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vblr7/html/vafctChr.asp It seems that ChrW is not dependent on code page settings and Chr is dependent on them.