Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - alex99

Pages: 1 ... 4 5 [6]
76
TI Z80 / Re: [Axe] Super Crate Box
« on: April 29, 2013, 12:37:16 pm »
wee my calc is turning off and i have over 200000kbs arc free
i will try it

77
ok then

78
its interesting,cause whith an good axiom you can maybe make more 3d games and maybe minecraft too

79
Axe / Re: question for searching
« on: April 29, 2013, 04:38:43 am »
first another question i hope you are runner 112 from cametech
i said to to you the copy problem:
Code: [Select]
:"A"→Str1
:length(Str1)→L
:If GetCalc("prgmASDF",L)→A
:Copy(Str1,A,L)
:Else
:Disp "Creation error"
:End
and that it is only copiing the d from disp...
now i made another code
Code: [Select]
:getcalc("str1"-->A
:length(A)→L
:If GetCalc("prgmASDF",L)→B
:Copy(A,B,L)
:Else
:Disp "Creation error"
:End
now is all fine it is copiing all from str1 to a prog
but there is one bug it is copiing something like pton( or dec at the end so there is one command that i don´t want to have! :mad: how can i fix this bug????

80
TI Z80 / Re: [Axe] Super Crate Box
« on: April 29, 2013, 04:26:26 am »
If yes, verify that you have more than 16 384 bytes of free ARC before you send the app, and try to disable MathPrint before running it.
it doesn´t help shall i downgrade my os or is there another possibility???

81
Introduce Yourself! / Re: Hello!
« on: April 28, 2013, 09:34:51 am »
.hello
clrhome
disp "welcome"
getkey-->K
while K=o
getkey-->K
end
clrhome

82
TI Z80 / Re: [Axe] Super Crate Box
« on: April 28, 2013, 09:28:54 am »
hi i´ve a problem to send this app to the ti 84+se...every time is my calc crashing.has it something to do whith super crate box???progs etc i can send normally..

83
Axe / Re: question for searching
« on: April 25, 2013, 12:54:42 am »
no where to write my mark like fore axeparser .xy i want to makethis mark++as++ but where i have to locate it  in this code above???

84
Axe / Re: question for searching
« on: April 24, 2013, 02:39:48 pm »
"Here you perform whatever checks to see if the variable fits your pattern and act accordingly"
sorry but actually where to locate the letters between dim()or there where the question mark is???

85
Axe / question for searching
« on: April 20, 2013, 01:11:56 pm »
2. is it possible to see progs, i mean that i put (for example) a "--" at the beginning of a prog and the axe prog see it and use it??? i know that it is possible in asm but in axe???mean something like .xy to show that it is an axe prog or :DCS for a picture

can you help me ???
 

86
Introduce Yourself! / hi
« on: April 20, 2013, 01:09:46 pm »
hi
i´m alex99 from cemetech and a basic and axe progger
i´m from germany
in the future i make alexstudios.com  ;D 8)

Pages: 1 ... 4 5 [6]