Mailing List Archive



Back to the month index Back to the list index

Dann Cohen (Dann_Cohen@BigFoot.com)
Thu, 13 Nov 1997 10:13:34 -0500


From: "Dann Cohen" <Dann_Cohen@BigFoot.com>
Subject: sprintf and order by
Date: Thu, 13 Nov 1997 10:13:34 -0500
Message-Id: <01bcf046$b5c38d40$068f6ace@dann.mdibls.qc.ca>

Hi all,

I was wordering if sprintf exist in lite ? 'cause I saw printf and fprintf
but not sprint. If not is there a function or something that I can use
to format a string and put it in a string like sprintf in C.

Other thing is there a way to list in order with case insensitive

for example:
    frank, Norm, Alfred
would list
    Alfred, frank, Norm
instead of (this is what it actualy does when I used "order by name")
    Alfred, Norm, frank

Tx

Dann Cohen
Coop @ MDI
Dann_Cohen@BigFoot.com