How to sort a list in VAX BASIC

From: Derek Cohn/WB0TUA (vibroplex_at_mindspring.com)
Date: 05/30/03


Date: 30 May 2003 08:24:30 -0700

Hi Friends,

I have a VAX Basic program that loads data into a one dimensional
array (a list). After I load the data into the array, I would like to
sort it before reading it. I looked in the VAX Basic documentation
and couldn't find anything resembling a BASIC command that sorts.

Can any of you recommend a command that will allow me to order the
data in the list (ascending order) before reading it and handling it
further?

Thanks for any advice you can give me!

Derek Cohn



Relevant Pages

  • Re: How to sort a list in VAX BASIC
    ... > I have a VAX Basic program that loads data into a one dimensional ... After I load the data into the array, ... > data in the list (ascending order) before reading it and handling it ... I thought writing a sort was still programming 101. ...
    (comp.os.vms)
  • RE: Match function
    ... without one thousand formulae recalculating volatile). ... This is an array formula which must be entered by pressing CTRL+Shift+Enter ... Please tell me workaround given my numbers are in ascending order and a need ...
    (microsoft.public.excel.worksheet.functions)
  • Re: qsort descending order
    ... in the detail of the qsort library function in 7.20.5.2, ... ascending order. ... You define what "ascending" means in your comparison function, ... we should be able to use the qsort to sort the array elements into ...
    (comp.lang.c)
  • Re: sorting int[] in descending order
    ... I know that one can sort in ascending order and reverse the array. ...
    (comp.lang.java.help)
  • Re: Reversible sort algorithm
    ... The job is to sort these numbers in ascending order ... The sorted array plus the sort-information will be ... of an available cell, ...
    (comp.programming)