1. to_number() arguments
- Posted by CraigWelch 1 week ago
- 114 views
From the function to_number(): public function to_number( sequence text_in, integer return_bad_pos = 0)
My code: val_check = to_number(oVal, -1)
Crash message: 'to_number' only needs 1 argument
It also crashes if I write: val_check = to_number(oVal, 0)
Thoughts ?
Edit: There is another function with the same name in another file. I have no idea when or why. Problem solved however.
How can I delete this thread ?

