Info-Mac Archive Downloads: dev/db/a4d/ext/

Back to dev/db/a4d/ext/

Agora2 Exts (agora2-ext.hqx)

Download agora2-ext.hqx (9,292 KB)


From: SMTP%"ALLAN@otago.ac.nz" 30-JUL-1991 21:47:46.14
To: hagood@scri1.scri.fsu.edu
CC:
Subj: Agora2 Exts

Date: Wed, 31 Jul 91 13:28 GMT +1200
From: Allan Udy
Subject: Agora2 Exts
To: hagood@scri1.scri.fsu.edu
X-VMS-To: IN%"hagood@scri1.scri.fsu.edu"

Agora2 Externals
Agora2.Ext is the second in the new numbered series of misc productivity externals. They are also the 4th in a series of shareware externals. This series contains 6 externals. They are

% Delay
Delay will issue a delay that is the number of ticks specified. Ticks are equal to 1/60 second

Longint - Number of Ticks to Wait


% FormatPhone
FormatPhone will take a raw string and convert it into a string formatted in the form
(###) ###-#### if there are 10 characters in the string
###-#### if there are seven characters in the string
and the same way as entered if it has an odd number of characters.

String1 - the String to be formatted
String2 - default area code, used only if it isn't blank


%MoveWindow
MoveWindow will move the topleft corner of the frontmost window to the coordinates specified by the two integers.

Integer1 - Horizontal coordinate
Integer2 - Vertical Coordinate

%ResizeWindow
ResizeWindow will take the frontmost window and make it as high and wide as specified by the two paramaters.

Integer1 - Horizontal Coordinate
Integer2 - Vertical Corrdinate

%Redraw
Redraw will force a redraw of the screen of the Macintosh, for you hackers or would be external writers the Source code consists just of a
GetPort(APort);
InvalRect(APort^.PortRect);

%Num2SN
Num2SN Will take a Real Number and Integer as Arguments, and return a String which contains the Real number represented with Integer Number of Significant Digits.