A89: Re: Re: Re: Folder List


[Prev][Next][Index][Thread]

A89: Re: Re: Re: Folder List




It's for an ASM program, could you pleas give me an example that shows me
how to do this in C, since I'm new to C but have been programming in Visual
Basic for the past couple years.

----- Original Message -----
From: "Sebastian Reichelt" <SebastianR@gmx.de>
To: <assembly-89@lists.ticalc.org>
Sent: Tuesday, June 20, 2000 1:29 PM
Subject: A89: Re: Re: Folder List


>
> Hi!
>
> Is this for BASIC or ASM?  If it is for a BASIC program, try the SortA
> command, or, if it doesn't work, look up "Sebastian's Calculus Package" in
> the TI-89 BASIC Math Programs.  In the "Required Packages," there is a
> "SortList" function.  It was designed for numbers only, but it should be
> easy to modify.
>
> If it is for ASM, you should probably use a linked list to store the
values,
> and then look up a sorting algorithm for linked lists.  Or you could
> dynamically create an array at runtime, if you know how many variables
there
> are before you actually get their names, and use QuickSort.
>
> Bye,
> Sebastian
>
>




References: