- Регистрация
- 18.06.2011
- Сообщения
- 91
- Благодарностей
- 11
- Баллы
- 0
I'd like to know if I can reference variable names that are created directly?
For example, Let's say I create a macro that makes a counter variable:
{-Counter.Set-|-count1-|-0-}
But then I want to check if the variable is less then a certain value,
if count0 < 11
Can I do that?
Frank
For example, Let's say I create a macro that makes a counter variable:
{-Counter.Set-|-count1-|-0-}
But then I want to check if the variable is less then a certain value,
if count0 < 11
Can I do that?
Frank