C
cj
I thought, apparently incorrectly, CDec("") would result in 0D.
Unless someone here can tell me something better it seems in reading my
report file I'll have to say something like
amount = IIf(line.Substring(20, 11).Trim = Nothing, 0D,
CDec(line.Substring(20, 11)))
instead of
amount = CDec(line.Substring(20, 11))
Unless someone here can tell me something better it seems in reading my
report file I'll have to say something like
amount = IIf(line.Substring(20, 11).Trim = Nothing, 0D,
CDec(line.Substring(20, 11)))
instead of
amount = CDec(line.Substring(20, 11))