Hi i have some probleme with memkit by Quigibo... i explain.
for read archive/or not programme i use this routine and.... don't work as i want... why ?
:.A
:#Axiom(MEMKIT)
:load()
:fix 5
:while 1
:if getkey(9)
:clrdrawn
:print(L1)
:text(0,,L1)
:getcalc(L1,Y1)
:for(X,1,8)
:text(0,x*7,{X+Y1}>char
:End
:dispgraph
:next()
:End
:EndIf getkey(15)
this routine return :
-name
-0
-0
-0
-0
-0
-0
-0
why ?