PDA

View Full Version : thinBasic_DetermineType function crashes



gddeluca
07-10-2013, 20:28
I'm calling thinBasic_DetermineType in a user defined function. The function originally expected a string operand, but since users were not always consistent, I altered it to use DetermineType to try and be a bit more friendly and overcome some simple coding errors. This has been mostly successful.

However if the function is called with
FuncName(.abc) the DetermineType function crashes the whole application. Admittedly the operand format is odd, but it should be returned as a string type, it should never crash.

Reported elsewhere? A fix?

George