WeBWorKdocs

sq_webwork:


Home
Current UR
courses
Visitor
page
Intro to
WeBWorK
WeBWorK 2
Twiki
WW
Community
Grant Support
& awards
Discussion
group
Problem
library
Write/modify
problems
Create &
manage course
Tutorial on
running a course
HowTos
FAQ
WeBWorK2
FAQ
Software
Download
How to
Install WW server
Feedback
Site Map
Change
preferences
Change
password





Prev | Next | manpages

Description

Returns a list sorted in lexigraphic (alphabetical) order.

Syntax

lex_sort(@list)

Params

@list is the list to be sorted.

Returns

Returns list sorted alphabetically (lexigraphically).

Examples

join(" ", lex_sort('a','b',2,5,10) ); returns "10 2 5 a b"

See Also

num_sort
uniq
PGsort

Macro Definition File

PGbasicmacros.pl

<| Post or View Comments |>


Prev | Next | manpages

Last update: Wednesday, January 10, 2007 at 10:20:48 PM.
This site maintained using Manila and Frontier software.