Go to documentation repository
Page History
...
Code Block | ||
---|---|---|
| ||
if(Event.SourceType == "MACRO" && Event.Action == "RUN") { var result = parseInt(ReadIni("MyVar","C:\\test.ini")); result += 2; NotifyEventStr("CAM","1","ANALOG_PARAMS","text<Значениеtext<Variable переменнойvalue = \n" + result + ">, blink_state<1>"); DebugLogString(result); } |
Overview
Content Tools