|
-
Jun 29th, 2004, 03:43 AM
#1
Thread Starter
New Member
list box returns empty string instead of "0.00"
hello all.
I have a listbox contains a culomn of numbers (column 3).
When the list box contains any number the command
total = ctl.Column(3, varItm)
works fine !
But .
When the list box contains 0.00 or simple 0 , the
return value is ""
i get "data type conversion error"
i need to get a total of the column and 0 is a valid
data for me .
it makes me alittle crazy i hope you can explain !
i don't wand to use
if ctl.Column(3, varItm) = "" then
couse it rotten programming.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|