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 - Axenntio

Pages: 1 [2] 3
16
Axe / Re: Cut a string
« on: April 26, 2014, 09:25:56 am »
Thank you a lot Hayleia, and thank you for the optimisation hint :)

17
Axe / [Solved] Cut a string
« on: April 26, 2014, 08:12:03 am »
I dear community ! :)

I exposed my problem...
I've a string like this: "Select1 Select2 Select3"->Str0

And I want disp it like this:

Select1
Select2
Select3

the next line is placed all the 8 char.

I've try this but... the code doesn't work exactly...

Code: [Select]
For(I,0,2)
Text(0,6*I,I*8+Str0)
End

Can you help me ?

Thanks you :)
#Axenntio

18
Axe / Re: Cut the numbers of a variable
« on: April 08, 2014, 09:54:24 am »
How do I exactly forgotten the modulo... Ha... because I know it like (%)... Thank you a lot MGOS, Topic solved :3

19
Axe / [Solved] Cut the numbers of a variable
« on: April 08, 2014, 09:01:32 am »
Hi dear community ! :D

Since 1 days, I program a music editor in Axe, and I need to write the number of the line BUT, I want customs numbers:

Code: [Select]
[E0A0A0A0E00000004040404040000000E020E080E0000000E020E020E0000000A0A0E02020000000E080E020E0000000E080E0A0E0000000E0A0202020000000E0A0E0A0E0000000E0A0E020E0000000]->Pic0

Where is the problem ? I want separate all the part of the number: so for 125 I can have 1, 2 and 5
The number 125 is stored in the var L

After, I want display the number with:
Code: [Select]
Pt-On(2,I*6+2(,the 100th terme of M)*8+Pic0
Pt-On(6,I*6+2,(the 10th terme of M)*8+Pic0
Pt-On(10,I*6+2,(the 1st terme of M)*8+Pic0

Can you help me ? :/

20
Axe / Re: Array in Axe
« on: March 14, 2014, 06:30:28 pm »
Thanks, the quality of reply is awesome on Omnimaga :D

Thanks josh landers and Hayleia :3

21
Axe / Array in Axe
« on: March 14, 2014, 05:42:03 pm »
Hi community, Axenntio here !

Recently, I understood the utilisation of the List in axe (with the { } and the incrementation of the pointer).
But there is possible to use them or the matrix to have an Array ? like (in C++):

int world[12][8];

Thanks for futur reply.

Sorry for my english... Don't hurt me, I've cookies :3

22
TI Z80 / Re: zStart - an app that runs on ram clears
« on: March 13, 2014, 12:36:12 pm »
You're welcome :)

23
TI Z80 / Re: zStart - an app that runs on ram clears
« on: March 13, 2014, 12:34:18 pm »
If my memory is good, The rabbit sign is in the folder "Tools" when you download Axe.

Download here:
http://www.omnimaga.org/the-axe-parser-project/latest-updates-(***do-not-post-here!***)/?action=dlattach;attach=16242

and go to "Tools/Application Signing/" and drag and drop the application on the batch file

24
TI Z80 / Re: zStart - an app that runs on ram clears
« on: March 13, 2014, 11:06:21 am »
The editor is amazing ! Is very beautiful :3, is it possible to add a custom small font in the futur ? :o

25
General Calculator Help / Re: USB8x / MSD8x errr 0315
« on: December 04, 2013, 02:47:49 pm »
There is nothing to do ? :/
Or it's possible the problem come from the USB Key ?

26
General Calculator Help / Re: USB8x / MSD8x errr 0315
« on: December 03, 2013, 01:43:06 pm »
There is no wire but the pin is here, I'd have to link the 2 pins (1 and 2) ?

EDIT: ok it's because I don't initialise USB8x with the 2 pin connect now I've the error: 1203

27
General Calculator Help / Re: USB8x / MSD8x errr 0315
« on: December 03, 2013, 01:23:58 pm »
Yea I know this but on the mini USB B, juste 4 pins are connect (the pin 2 isn't connect) whereas the mini USB A have is pin 1 and 2 connect, so it's possible to connect that 2 pin right ?

ps: I've open my mini USB B to make a connection to the pin 1 and 2 but I'm note sure where is the pin 1 :/

28
General Calculator Help / Re: USB8x / MSD8x errr 0315
« on: December 03, 2013, 01:04:42 pm »
Ok let me show you, to my USB Female (there's 4 color black, red, green and white) and to my mini USB male, there's 4 colors but not the same (red, grey, white, green [I think grey is the black])
http://gyazo.com/69e136eeb2f9f2adf7c523a4f9b861b6

And to the mini USB male, there's 1 pin no link. I don't know if the grey wire is the good pin or the green wire or the white ? (I don't touch the 4 wire there is the basic of the cable)
http://gyazo.com/eba8b25929f9b1d2188f97515487df81

29
General Calculator Help / Re: USB8x / MSD8x errr 0315
« on: December 03, 2013, 06:18:11 am »
Ho Yea but my plug is a mini B but the tutorial I follow say it's possible to make mini A by link the pin 1 and 2 because the mini USB B dont have the pin 2 connect
If I don't make a link between the 2 pin, there is error 0C00 (because there is not a mini USB A, it's a B)
http://gyazo.com/d35d4dceb5cafb0369ac25cc28036e45

30
General Calculator Help / USB8x / MSD8x errr 0315
« on: December 02, 2013, 05:38:24 pm »
Hi community,
I recently make an cable to link my calculator (TI 83+ 2013 Edition) to an USB (under 2 Go of memory (998 mo)
First I launch USB8X and there is no problem, and when I plug my USB key and try to launch USB8x, There is an error (0315)
I look on this page: http://wikiti.brandonw.net/index.php?title=83Plus:Software:usb8x/Error_Codes

Error #  Hex     Name          Info
3          03h    Port91Bit4    An error condition was detected on an input pipe (NAK)
21        15h     FindPipe      An error occurred in FindPipe.

And... I don't you what is the "FindPipe" and how to correct this error.

Thank you
#Axenntio

ps:Sorry if I'm in the wrong section
ps2:Sorry for this bad english...

Pages: 1 [2] 3