Guest Nordin Posted March 28, 2012 Share Posted March 28, 2012 Доброго дня, вопрос такой - можно ли передать значение переменной другой программе или сохранить? (в предыдущей теме интересовался некоторыми переменными, нашел, теперь бы из аддона скинуть в некий обработчик). И зависит ли возможность от типа переменной Quote Link to comment Share on other sites More sharing options...
Setras Posted March 28, 2012 Share Posted March 28, 2012 Какого типа переменная? Можно выводить в лог разнообразный текст с помощью функции common.LogInfo() Quote Link to comment Share on other sites More sharing options...
Guest Nordin Posted May 25, 2012 Share Posted May 25, 2012 Переменная - текущий курс продажи-покупки) Quote Link to comment Share on other sites More sharing options...
Setras Posted May 26, 2012 Share Posted May 26, 2012 common.LogInfo() выводит в лог переменные типа string и WString. common.LogInfo("Rate", tostring(currencyExchange.CalcBuyRate()) ) выведет в лог текущий курс. Quote Link to comment Share on other sites More sharing options...
Guest Nordin Posted May 28, 2012 Share Posted May 28, 2012 Спасибо, будем колдовать) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.