Can anyone help me convert char to double. Yes, I tried casting, it did not work. Anyway, this is the problem, the variable is declared as type double in the struct(database structure). However, it is defined as type Text in the class I'm modifying.
The variable in the class I'm using must remain that type because it is used by other functions in the class. Please help
Nis