- Код: Выделить всё
Private Sub Command11_Click()
call Repa
text1.text = wdwefefe
text2.text =defefrtth
end Sub
Как сделать так чтобы Call вызвался только 1 раз , а потом нажимая на кнопку делались операторы после Call.
Private Sub Command11_Click()
call Repa
text1.text = wdwefefe
text2.text =defefrtth
end Sub
Private f as boolean
Private Sub Command11_Click()
if f= false then
call Repa
f= true
end if
text1.text = wdwefefe
text2.text =defefrtth
end Sub
Сейчас этот форум просматривают: С.Т., Google-бот и гости: 6