Quantcast
Channel: loopinh and string problem
Viewing all articles
Browse latest Browse all 7

loopinh and string problem

$
0
0

Hi,

Thanks for clarifying ndx and ndx2. But with this While (ndx < dbf.Count + 1) I'm pretty sure you're going to get an out of range exception when accessing dbf(ndx) because dbf index is from 0 to dbf.Count - 1. Have you tried changing it to While (ndx < dbf.Count)?

 


Viewing all articles
Browse latest Browse all 7

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>