View Single Post
  #5 (permalink)  
Old 08-14-2008, 08:59 PM
Steve Steve is offline
Junior Member
 
Join Date: May 2007
Posts: 28
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Hi Erel,

Thanks for the offer. After doing some massive surgery on my code, I found the problem. Several hundred lines down, I had a line which read:

pathToCheck = pathList.Item(i])

As this was a port from C, I somehow let the } slip by when I was porting to B4P. In a future version, would it be possible for the code parser to recognize mismatching expressions and coding errors such as
String3 = String1 + String2

I am really loving the speed increase that we can enjoy with the translation to .Net code. Thanks for all the work you've put into this product.

Best regards,
Steve
Reply With Quote