View Single Post
  #2 (permalink)  
Old January 28th, 2004, 01:29 PM
bmains bmains is offline
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Try:
Code:
  'Subtract one from length value
  for I = 1 to LenB(stats.Value) - 1
    S = S & ...
  next
I believe the ascB function may be trying to access data that isn't there.

Brian
Reply With Quote