Agora2 Exts

External modules for 4D.
User avatar
Info-Mac
Administrator
Posts:13716
Joined:December 21st, 1988, 11:00 am
Agora2 Exts

Post by Info-Mac » May 4th, 1993, 9:00 am

Download: http://archive.info-mac.org/dev/db/a4d/ ... a2-ext.hqx

To: [email protected]
X-VMS-To: IN%"[email protected]"

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
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.
Post Reply