Переменные имена тэгов
Добавлено: Чт июл 11, 2013 1:03 pm
Подскажите как сделать вот такую конструкцию:
dim i as int;
for i = 0 to 30 by 1 do
if TAGNAME[i]== expression then TAGNAME[i] =variable;
end_for;
Пасибо!
dim i as int;
for i = 0 to 30 by 1 do
if TAGNAME[i]== expression then TAGNAME[i] =variable;
end_for;
Пасибо!