Page 1 of 1

Routine d'entrée utilisateur en Axe !

Unread postPosted: 05 Nov 2013, 11:10
by nikitouzz
You can download both routine here !



Hello everyone,

I programmed this routine in Axe that allows users to input number and letters with numerous options!

to call the routine you need to make : sub(LET,X,Y,Z) for letter with X and Y the position of your windows and Z the nulber of caractere you need make input in max, sub(FFR,X,Y,Z) work same !

this is what gives such a code with my routines:

Code: Select all
:.ATEST
:ClrDraw
:Fix 5
:
:sub(LET,0,0,12)
:Text(0,10,L1)
:DispGraph
:Pause 2000
:
:sub(FFR,0,20,3)→A
:Text(0,30,A►Dec)
:DispGraph
:Pause 2000
:
:Returnr


Image