View Single Post
  #1 (permalink)  
Old May 1st, 2009, 04:09 AM
pacala_ba pacala_ba is offline
Registered User
 
Join Date: Apr 2009
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to pacala_ba
Lightbulb String Bug / Crazy Error / Compiler Wrong

Hi,
MS Access Compiler (VBE6.DLL) Wrong, example of Compiled Database
Code:
Dim cSQL as String
cSQL = "a" & "b"
Sometimes (Some Random process there (?) ) the result is cSQL= "a"
In the Immediate/Debug Window the Result is ALLWAYS cSQL= "ab"
-----------
Question about Behinde the C++ Scene:
What may be the REASON for this Unbelievable Result ?
===============================================

VBA string bug?
Reply With Quote