Originally Posted By: TheWarlock
; 1*

;gline removed
; la idea es que saque los gline en una ventana automaticamente

alias glist { .window -lek @Glines 600 600 400 400 }

menu @glines {
agarrar:
.set %Line 1
:line
..gline: /gline - $+ $sline(@glines,%line)
.inc %line
.if %line > 20 { halt }
.goto line
}

raw 223:*: { .aline @glines $3 $4 }

in the menu @glines ,i want do a loop ,any suggestion?

thnx



Hi you can´t use any off those commands in a menu...

Be more specifiw in what you want to do, i haven´t figuret out .

good luck