Тема: evalBuf()
Показать сообщение отдельно
Старый 05.06.2012, 08:20   #2  
kornix is offline
kornix
MCP
MCBMSS
Злыдни
Ex AND Project
 
414 / 146 (5) +++++
Регистрация: 24.02.2009
Адрес: Санкт-Петербург
Цитата:
Сообщение от Kent Посмотреть сообщение
Hi,

To use evalBuf() development permission is needed. Is some other kind of way, to evalute math string expressions? An example, ((5 + 7 -2) \ 6)
Hi! You can use runBuf() instead evalBuf function.
runbuf("Х1>Х2 ? 23/Х1 : Х2*3", X1, X2);