Видает ошибку attemp to compare number with string

Страницы: 1
RSS
Видает ошибку attemp to compare number with string
 
PriceStep = getParamEx('SPBFUT', 'RIZ6' , 'SEC_PRICE_STEP').param_value
PriceS = getParamEx('SPBFUT', 'RIZ6', 'bid').param_value
 
if PriceS>10480.0 then
Видает ошибку attemp to compare number with strin,почему?
 
Код
PriceS = tonumber(getParamEx('SPBFUT', 'RIZ6', 'bid').param_value)

вот так надо
Страницы: 1
Читают тему
Наверх