SystemInfos ext

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

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

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

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

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