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

Back to dev/db/a4d/ext/

SystemInfos ext (system-info-ext.hqx)

Download system-info-ext.hqx (4,986 KB)


From: SMTP%"ALLAN@otago.ac.nz" 30-JUL-1991 17:37:49.25
To: hagood@scri1.scri.fsu.edu
CC:
Subj: SystemInfos ext

Date: Wed, 31 Jul 91 09:18 GMT +1200
From: Allan Udy
Subject: SystemInfos ext
To: hagood@scri1.scri.fsu.edu
X-VMS-To: IN%"hagood@scri1.scri.fsu.edu"

SystemInfos(Var1;Var2;Var3;Var4;Var5;Var6;Var7;Var8;Var9)
Var1...Var6 are alphanumeric variables
Var7...Var9 are numeric variables

By calling SystemInfos, you get useful information about the system environment of your database. After the call

Var1, contains a string equal to the system version.
Var2, contains a string equal to the Finder version.
Var3, contains a string equal to the version of the current selected printer.
Var4, contains a string equal to the version of the Macintosh.
Var5, contains a string equal to the current file system used ( MFS or HFS)
Var6, contains a string equal to the version of CPU (68000 or 68020)
Var7, contains the memory size in Kbytes
Var8, contains the free memory in bytes.
Var9, contains the size in bytes of the cache memory.