01-27-2011, 09:59 AM
Hi,
Suggestion:
How about storing the values in Variable and then compare. I think it is a good practice instead directly comparing it from the Datatable. This will also help you if you want to format or discrd anything that you want from DataTable.
Something like in DataTable you have 80.00 and you just want to compare 80 so you can use temp=Split(Var,".")(0)
Suggestion:
How about storing the values in Variable and then compare. I think it is a good practice instead directly comparing it from the Datatable. This will also help you if you want to format or discrd anything that you want from DataTable.
Something like in DataTable you have 80.00 and you just want to compare 80 so you can use temp=Split(Var,".")(0)