sub spisok_run()
var runeCount=0,runeNumber,u=0,stroka,m=0
var f=file("F:\runes.txt")
dim rune[1000]
f.open()
while not f.eof()
runeCount=runeCount+1
rune[runeCount]=safe call f.Readln()
wend
f.close()
stroka=''
stroka="'" + rune[1] + "'"
for u=2 to runeCount
m=u+u-1
stroka=stroka + ";" + "'" +rune[m]+ "'"
uo.print(m)
next
runeNumber=UO.asmInputList("Выбери руну?",stroka,1)
runetorecall=rune[(runeNumber*2)]
endsub
Вообщем на выделенную строку ругается: Bad operation for this type or variable -STROKA В чем моя ошибка? Подскажите плз уже ломаю голову несколько часов.
не пойму никак
Moderators: Murderator+, Murderator