home *** CD-ROM | disk | FTP | other *** search
Wrap
Text File | 2002-01-21 | 185.3 KB | 4,358 lines
; wspopup.MNU file. Big Version ; ; ; ; AMAZINGLY IMPORTANT NOTICE !!!!!!! ; ; If you modify this file keep backups of your modificationa, ; since, if you install *any* version of WinBatch again, this ; file WILL BE OVERWRITTEN during the install with nary a peep ; or warning of any kind. ; ; ; This files defines the WinBatch Studio context menu. ; ; ; This section is only active when selecting a "Insert Wil Function" menuitem. ; This code is pretending to be a real WBT file of sorts. It is CALL'ed by many ; Insert WIL Function menuitems (see way way below) ; ; Note: when adding an item to the Insert WIL Function section, double up on quotes! Example: ; ; BoxText("text") ; Call(Zxc,'"BoxText(""text"")"') ; IF Param0==1 Popline=Param1 ; Target. IF StrIndexNc(Popline,"helpinfo",1,@Fwdscan) THEN Popline=StrTrim(StrCat(StrSub(Popline,1,StrIndexNc(Popline,"helpinfo",1,@Fwdscan)-1),StrSub(Popline,StrIndexNc(Popline,"helpinfo",1,@Fwdscan)+8,-1))) ; Strip 'helpinfo'. wEdInsString(Popline) ; Insert target into script. Popz=StrScan(Popline,"(",1,@Fwdscan) IF Popz Popz=StrLen(Popline)-Popz FOR Popy=1 TO Popz wLeft() NEXT ELSE wEdNewLine () ENDIF IF StrIndexNc(Param1,"helpinfo",1,@Fwdscan) || (@_@_@_@_@_@_@_@==1) THEN Call(StrCat(DirHome(),"wshelp.dll"),StrCat("KEYWORDHELP"," ",StrTrim(StrSub(Popline,1,StrScan(Popline,"(",1,@Fwdscan)-1)))) ; Display Help for command. DROP(Popline,Popy,Popz) RETURN ENDIF ; AutoExec Section is on top here. Note BIG INDENT for real code. ; Columns 1, 2, 3, and 4 are reserved for menu titles. This autoexec ; section goes before the first menu title. Used for assorted initializations. Tab=@Tab Cr=@CrLf Eol=@Cr Home=DirHome() Homeupone=FilePath(StrSub(Home,1,StrLen(Home)-1)) Intcontrol(29,@Tab,0,0,0) ; Standardize on tabs as delimiters for FileItemize, etc. Zxc=StrCat(Home,"wspopup.mnu") Zxct="Help file error" Zxcm="Help file not found. Perhaps Extender Add-on help file has not been installed. See EXTENDERS directory on CD-ROM or our website at http://www.winbatch.com to obtain desired extenders." @_@_@_@_@_@_@_@=IniReadPvt("HelpInfo","flag",1,"www-prod.ini") Cut ; Cut the selection and put it on the clipboard wEdCut() Copy ; Copy the selection and put it on the clipboard wEdCopy() Paste ; Insert the clipboard contents wEdPaste() _Undo ; Undoes the last editing action wEdUndo() ;Redo ; Redoes the last editing action wEdRedo() _Keyword Lookup \ +{F1} ; Load help topic for word at cursor Call(StrCat(DirHome(),"wshelp.dll"),"KEYWORDHELP") _Help Files ADSI Helpfile="adsi.hlp" Helpfile=StrCat(Homeupone,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") Browser Helpfile="browser.hlp" Helpfile=StrCat(Home,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") CPU Helpfile="cpu.hlp" Helpfile=StrCat(Homeupone,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") Control Manager Extender Helpfile="ctrlmgr.hlp" Helpfile=StrCat(Homeupone,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") File Searcher Extender Helpfile="FileSrch.hlp" Helpfile=StrCat(Homeupone,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") GPIB Extender Helpfile="Gpib.hlp" Helpfile=StrCat(Homeupone,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") Html Dialog Extender Helpfile="HtmlDlg.hlp" Helpfile=StrCat(Homeupone,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") Huge Arithmetic Extender Helpfile="HugeMath.hlp" Helpfile=StrCat(Homeupone,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") LaffDB Extender Helpfile="laffdb.hlp" Helpfile=StrCat(Homeupone,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") IPgrab Helpfile="ipgrab.hlp" Helpfile=StrCat(Homeupone,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") Mapi Helpfile="mapi.hlp" Helpfile=StrCat(Homeupone,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") Novell Netware Networking Helpfile="NetWare Extender.hlp" Helpfile=StrCat(Homeupone,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") NetwareX Extender Helpfile="netwarex.hlp" Helpfile=StrCat(Homeupone,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") ODBC Extender Helpfile="odbc.hlp" Helpfile=StrCat(Homeupone,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") ODBC_Tut Helpfile="odbc_tut.hlp" Helpfile=StrCat(Homeupone,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") Parallel Helpfile="parallel.hlp" Helpfile=StrCat(Homeupone,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") Postie Helpfile="postie.hlp" Helpfile=StrCat(Homeupone,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") Printer Extender Helpfile="printctl.hlp" Helpfile=StrCat(Homeupone,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") Process Helpfile="process.hlp" Helpfile=StrCat(Homeupone,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") RAS Remote Access Helpfile="ras.hlp" Helpfile=StrCat(Homeupone,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") Reggie Registry Search Helpfile="reggie.hlp" Helpfile=StrCat(Homeupone,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") Serial Port Extender Helpfile="serial.hlp" Helpfile=StrCat(Homeupone,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") ShellOperations Extender Helpfile="shellop.hlp" Helpfile=StrCat(Homeupone,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") Webbatch Helpfile="webbatch.hlp" Helpfile=StrCat(Homeupone,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") WILX Extender Helpfile="WILX.hlp" IF FileExist(Helpfile)==@False Helpfile="WilX Extender.hlp" ENDIF Helpfile=StrCat(Homeupone,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") Microsoft Networking Helpfile="Win32 Network Extender.hlp" Helpfile=StrCat(Homeupone,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") Winbatch Studio Help Helpfile="winbatch studio.hlp" Helpfile=StrCat(Home,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") WinBatch Helpfile="winbatch.hlp" Helpfile=StrCat(Homeupone,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") Windows Interface Language Helpfile="Windows Interface language.hlp" Helpfile=StrCat(Homeupone,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") WinInet Internet Extender Helpfile="wininet.hlp" Helpfile=StrCat(Homeupone,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") WinMacro Help Helpfile="winmacro.hlp" Helpfile=StrCat(Home,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") WinSock Internet Extender Helpfile="winsock.hlp" Helpfile=StrCat(Homeupone,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") Zipper Extender Helpfile="zipper.hlp" Helpfile=StrCat(Homeupone,Helpfile) Terminate(!FileExist(Helpfile),Zxct,Zxcm) WinHelp(Helpfile,"Contents","") _Comment Block Comment block of code ; Inserts semicolons to comment out a block of code A = wGetSelState() IF A != 1 Message("Ooop","No block selected") DROP(A) EXIT ENDIF wEdCut() A=ClipGet() A=StrCat(";",StrReplace(A,@CrLf,StrCat(@CrLf,";"))) IF StrSub(A,StrLen(A),1)==";" THEN A=StrSub(A,1,StrLen(A)-1) ClipPut(A) wEdPaste() DROP(A) UnComment Block of code ; Removes semicolons to re-enable a block of code A = wGetSelState() IF A != 1 Message("Ooop","No block selected") DROP(A) EXIT ENDIF wEdCut() A=ClipGet() IF StrSub(A,1,1)==";" THEN A=StrSub(A,2,-1) A=StrReplace(A,StrCat(@CrLf,";"),@CrLf) ClipPut(A) wEdPaste() DROP(A) ; Start of selection items _Insert WIL Function.... Arithmetic.... Abs( integer ) Call(Zxc,'"Abs( integer )"') Acos( fp_num ) Call(Zxc,'"Acos( fp_num )"') Asin( fp_num ) Call(Zxc,'"Asin( fp_num )"') Atan( fp_num ) Call(Zxc,'"Atan( fp_num )"') Average( number [ ,number... ] ) Call(Zxc,'"Average( number [ ,number... ] )"') Ceiling( fp_num ) Call(Zxc,'"Ceiling( fp_num )"') Char2Num( string ) Call(Zxc,'"Char2Num( string )"') Cos( fp_num ) Call(Zxc,'"Cos( fp_num )"') Cosh( fp_num ) Call(Zxc,'"Cosh( fp_num )"') Decimals( #digits ) Call(Zxc,'"Decimals( #digits )"') Exp( fp_num ) Call(Zxc,'"Exp( fp_num )"') Fabs( fp_num ) Call(Zxc,'"Fabs( fp_num )"') Floor( fp_num ) Call(Zxc,'"Floor( fp_num )"') Int( string/fp_num ) Call(Zxc,'"Int( string/fp_num )"') IsFloat( string ) Call(Zxc,'"IsFloat( string )"') IsInt( string ) Call(Zxc,'"IsInt( string )"') IsNumber( value ) Call(Zxc,'"IsNumber( value )"') Log10( fp_num ) Call(Zxc,'"Log10( fp_num )"') Loge( fp_num ) Call(Zxc,'"Loge( fp_num )"') Max( number [ ,number... ] ) Call(Zxc,'"Max( number [ ,number... ] )"') Min( number [ ,number... ] ) Call(Zxc,'"Min( number [ ,number... ] )"') Mod wEdInsString ("x mod y ; remainder function") wEdNewLine () Num2Char( integer ) Call(Zxc,'"Num2Char( integer )"') Random( integer ) Call(Zxc,'"Random( integer )"') Sin( fp_num ) Call(Zxc,'"Sin( fp_num )"') Sinh(x) Call(Zxc,'"Sinh(x)"') Sqrt( fp_num ) Call(Zxc,'"Sqrt( fp_num )"') Tan( fp_num ) Call(Zxc,'"Tan( fp_num )"') Tanh( fp_num ) Call(Zxc,'"Tanh( fp_num )"') TimeAdd( YmdHms, YmdHms ) Call(Zxc,'"TimeAdd( YmdHms, YmdHms )"') TimeDiff( YmdHms, YmdHms ) Call(Zxc,'"TimeDiff( YmdHms, YmdHms )"') TimeDiffDays( Ymd[Hms], Ymd[Hms] ) Call(Zxc,'"TimeDiffDays( Ymd[Hms], Ymd[Hms] )"') TimeDiffSecs( YmdHms, YmdHms ) Call(Zxc,'"TimeDiffSecs( YmdHms, YmdHms )"') TimeJulToYmd(juliandate) Call(Zxc,'"TimeJulToYmd(juliandate)"') TimeJulianDay( Ymd[Hms] ) Call(Zxc,'"TimeJulianDay( Ymd[Hms] )"') TimeSubtract(datetime, datetime difference) Call(Zxc,'"TimeSubtract(datetime, datetime difference)"') TimeYmdHms() Call(Zxc,'"TimeYmdHms()"') Arrays.... Arrayize(delimited list, delimiter) Call(Zxc,'"Arrayize(delimited list, delimiter)"') ArrDimension(dim1 [, dim2 [, dim3 [, dim4 [, dim5 ] ] ] ]) Call(Zxc,'"ArrDimension(dim1 [, dim2 [, dim3 [, dim4 [, dim5 ] ] ] ])"') ArrInfo(array, request ) Call(Zxc,'"ArrInfo(array, request helpinfo)"') ArrInitialize(array, integer|floating point|string) Call(Zxc,'"ArrInitialize(array, integer|floating point|string)"') Binary.... BinaryAlloc( buffsize ) Call(Zxc,'"BinaryAlloc( buffsize )"') BinaryAnd(targethandle,targetoffset,sourcehandle,sourceoffset,count) Call(Zxc,'"BinaryAnd(targethandle,targetoffset,sourcehandle,sourceoffset,count)"') BinaryClipGet(handle, format ) Call(Zxc,'"BinaryClipGet(handle, format helpinfo)"') BinaryClipPut(handle, format ) Call(Zxc,'"BinaryClipPut(handle, format helpinfo)"') BinaryCompare(handle1, offset1, handle2, offset2, count) Call(Zxc,'"BinaryCompare(handle1, offset1, handle2, offset2, count)"') BinaryConvert(handle, sourcetype, targettype, codepage, flags ) Call(Zxc,'"BinaryConvert(handle, sourcetype, targettype, codepage, flags helpinfo)"') BinaryCopy(handle targ, offset targ, handle src, offset src, bytecount ) Call(Zxc,'"BinaryCopy(handle targ, offset targ, handle src, offset src, bytecount )"') BinaryEodGet( handle ) Call(Zxc,'"BinaryEodGet( handle )"') BinaryEodSet( handle, offset ) Call(Zxc,'"BinaryEodSet( handle, offset )"') BinaryFree( handle ) Call(Zxc,'"BinaryFree( handle )"') BinaryHashRec(handle, recsize, key offset, key size, key value ) Call(Zxc,'"BinaryHashRec(handle, recsize, key offset, key size, key value )"') BinaryIncr( handle, offset ) Call(Zxc,'"BinaryIncr( handle, offset )"') BinaryIncr2(handle, offset to increment a 16 bit value) Call(Zxc,'"BinaryIncr2(handle, offset to increment a 16 bit value)"') BinaryIncr4(handle, offset to increment a 32 bit value) Call(Zxc,'"BinaryIncr4(handle, offset to increment a 32 bit value)"') BinaryIncrFlt(handle, offset to increment a 64 bit floating point number) Call(Zxc,'"BinaryIncrFlt(handle, offset to increment a 64 bit floating point number)"') BinaryIndex( handle, offset, search string, @Fwdscan|@Backscan ) Call(Zxc,'"BinaryIndex( handle, offset, search string, @Fwdscan|@Backscan )"') BinaryIndexEx(handle, offset, string, @Fwdscan|@Backscan, 1 case sensitive|0 not case sensitive) Call(Zxc,'"BinaryIndexEx(handle, offset, string, @Fwdscan|@Backscan, 1 case sensitive|0 not case sensitive)"') BinaryIndexNC(handle, offset, string, @Fwdscan|@Backscan) Call(Zxc,'"BinaryIndexNC(handle, offset, string, @Fwdscan|@Backscan)"') BinaryOleType( handle, type , 0, 0, 0) Call(Zxc,'"BinaryOleType( handle, type helpinfo, 0, 0, 0)"') BinaryOr(targethandle,targetoffset,sourcehandle,sourceoffset,count) Call(Zxc,'"BinaryOr(targethandle,targetoffset,sourcehandle,sourceoffset,count)"') BinaryPeek( handle, offset ) Call(Zxc,'"BinaryPeek( handle, offset )"') BinaryPeek2(handle, offset to peek a 16 bit value) Call(Zxc,'"BinaryPeek2(handle, offset to peek a 16 bit value)"') BinaryPeek4(handle, offset to peek a 32 bit value) Call(Zxc,'"BinaryPeek4(handle, offset to peek a 32 bit value)"') BinaryPeekFlt(handle, offset to peek a 64 bit floating point number) Call(Zxc,'"BinaryPeekFlt(handle, offset to peek a 64 bit floating point number)"') BinaryPeekStr(handle, offset, maxsize) Call(Zxc,'"BinaryPeekStr(handle, offset, maxsize)"') BinaryPoke( handle, offset, 8 bit value ) Call(Zxc,'"BinaryPoke( handle, offset, 8 bit value )"') BinaryPoke2(handle, offset, 16 bit value) Call(Zxc,'"BinaryPoke2(handle, offset, 16 bit value)"') BinaryPoke4(handle, offset, 32 bit value) Call(Zxc,'"BinaryPoke4(handle, offset, 32 bit value)"') BinaryPokeFlt(handle, offset, 64 bit floating point value) Call(Zxc,'"BinaryPokeFlt(handle, offset, 64 bit floating point value)"') BinaryPokeStr(handle, offset, string) Call(Zxc,'"BinaryPokeStr(handle, offset, string)"') BinaryRead( handle, filename ) Call(Zxc,'"BinaryRead( handle, filename )"') BinaryReadEx(handle, binaryoffset, filename, fileoffset, count) Call(Zxc,'"BinaryReadEx(handle, binaryoffset, filename, fileoffset, count)"') BinaryReplace(bin-handle, search-string, replacement-string, 1 case sensitive|0 not case sensitive) Call(Zxc,'"BinaryReplace(bin-handle, search-string, replacement-string, 1 case sensitive|0 not case sensitive)"') BinarySort( handle, recsize, key offset, key size, @Ascending or @Descending|@String or @Word1 or @Word2 or @Word4 or @Float8) Call(Zxc,'"BinarySort( handle, recsize, key offset, key size, @Ascending or @Descending|@String or @Word1 or @Word2 or @Word4 or @Float8)"') BinaryStrCnt( handle, startoffset, endoffset, string ) Call(Zxc,'"BinaryStrCnt( handle, startoffset, endoffset, string )"') BinaryTagExtr(tag-struct, flags ) Call(Zxc,'"BinaryTagExtr(tag-struct, flags helpinfo)"') BinaryTagFind(tag-struct) Call(Zxc,'"BinaryTagFind(tag-struct)"') BinaryTagIndex(tag-struct, Mode ) Call(Zxc,'"BinaryTagIndex(tag-struct, Mode helpinfo)"') BinaryTagInit( handle, start-tag, end-tag) Call(Zxc,'"BinaryTagInit( handle, start-tag, end-tag)"') BinaryTagLen(tag-struct, mode ) Call(Zxc,'"BinaryTagLen(tag-struct, mode helpinfo)"') BinaryTagRepl( tag-struct, new-string ) Call(Zxc,'"BinaryTagRepl( tag-struct, new-string )"') BinaryWrite( handle, filename ) Call(Zxc,'"BinaryWrite( handle, filename )"') BinaryWriteEx(handle, binaryoffset, filename, fileoffset, count) Call(Zxc,'"BinaryWriteEx(handle, binaryoffset, filename, fileoffset, count)"') BinaryXlate(data-buffer, table-buffer, mode ) Call(Zxc,'"BinaryXlate(data-buffer, table-buffer, mode helpinfo)"') BinaryXor(targethandle,targetoffset,sourcehandle,sourceoffset,count) Call(Zxc,'"BinaryXor(targethandle,targetoffset,sourcehandle,sourceoffset,count)"') Debug( @On|@Off) Call(Zxc,'"Debug( @On|@Off)"') Directory Management.... DirAttrGet( [d:]path ) Call(Zxc,'"DirAttrGet( [d:]path )"') DirAttrSet(dirlist, settings ) Call(Zxc,'"DirAttrSet(dirlist, settings helpinfo)"') DirChange( [d:]path ) Call(Zxc,'"DirChange( [d:]path )"') DirExist( pathname ) Call(Zxc,'"DirExist( pathname )"') DirGet() Call(Zxc,'"DirGet()"') DirHome() Call(Zxc,'"DirHome()"') DirItemize( dirlist ) Call(Zxc,'"DirItemize( dirlist )"') DirMake( [d:]path ) Call(Zxc,'"DirMake( [d:]path )"') DirRename( [d:]oldpath, [d:]newpath ) Call(Zxc,'"DirRename( [d:]oldpath, [d:]newpath )"') DirRemove( dirlist ) Call(Zxc,'"DirRemove( dirlist )"') DirSize(dir-name, flags [,format] ) Call(Zxc,'"DirSize(dir-name, flags [,format] helpinfo)"') DirWindows( 0 Windows directory | 1 Windows System directory | 2 Shared ) Call(Zxc,'"DirWindows( 0 Windows directory | 1 Windows System directory | 2 Shared )"') File Management.... FileAppend( sourcelist, destination ) Call(Zxc,'"FileAppend( sourcelist, destination )"') FileAttrGet( filename ) Call(Zxc,'"FileAttrGet( filename )"') FileAttrSet( file-list, settings ) Call(Zxc,'"FileAttrSet( file-list, settings helpinfo)"') FileClose( filehandle ) Call(Zxc,'"FileClose( filehandle )"') FileCompare( filename1, filename2 ) Call(Zxc,'"FileCompare( filename1, filename2 )"') FileCopy( source-list, destination, @True|@False ) Call(Zxc,'"FileCopy( source-list, destination, @True|@False helpinfo)"') FileCopyAttr(source-list, destination, @True|@False, attributes ) Call(Zxc,'"FileCopyAttr(source-list, destination, @True|@False, attributes helpinfo)"') FileCreateTemp( prefix ) Call(Zxc,'"FileCreateTemp( prefix )"') FileDelete( filelist ) Call(Zxc,'"FileDelete( filelist )"') FileExist( filename ) Call(Zxc,'"FileExist( filename )"') FileExtension( filename ) Call(Zxc,'"FileExtension( filename )"') FileFullName( partial filename ) Call(Zxc,'"FileFullName( partial filename )"') FileItemize( filelist ) Call(Zxc,'"FileItemize( filelist )"') FileItemPath(file-list) Call(Zxc,'"FileItemPath(file-list)"') FileLocate( filename ) Call(Zxc,'"FileLocate( filename )"') FileMapName( filename, mapping-data ) Call(Zxc,'"FileMapName( filename, mapping-data helpinfo)"') FileMove( source-list, destination, @True|@False ) Call(Zxc,'"FileMove( source-list, destination, @True|@False helpinfo)"') FileMoveAttr(source-list, destination, @True|@False, attributes ) Call(Zxc,'"FileMoveAttr(source-list, destination, @True|@False, attributes helpinfo)"') FileNameLong filename) Call(Zxc,'"FileNameLong filename)"') FileNameShort(filename) Call(Zxc,'"FileNameShort(filename)"') FileOpen( filename, "Read"|"Write"|"Append") Call(Zxc,'"FileOpen( filename, ""Read""|""Write""|""Append"")"') FilePath( filename ) Call(Zxc,'"FilePath( filename )"') FileRead( filehandle ) Call(Zxc,'"FileRead( filehandle )"') FileRename( sourcelist, destination ) Call(Zxc,'"FileRename( sourcelist, destination )"') FileRoot( filename ) Call(Zxc,'"FileRoot( filename )"') FileSize( filelist [,format] ) Call(Zxc,'"FileSize( filelist [,format] )"') FileSizeEx(file-list [,format] ) Call(Zxc,'"FileSizeEx(file-list [,format] )"') FileTimeCode( filename ) Call(Zxc,'"FileTimeCode( filename )"') FileTimeGet( filename ) Call(Zxc,'"FileTimeGet( filename )"') FileTimeGetEx(filename, timefield) Call(Zxc,'"FileTimeGetEx(filename, timefield)"') FileTimeSet( list, ymdhms ) Call(Zxc,'"FileTimeSet( list, ymdhms )"') FileTimeSetEx(filelist, YmdHms, timefield) Call(Zxc,'"FileTimeSetEx(filelist, YmdHms, timefield)"') FileTimeTouch( filelist ) Call(Zxc,'"FileTimeTouch( filelist )"') FileVerInfo(filename, language-key, resource-string ) Call(Zxc,'"FileVerInfo(filename, language-key, resource-string helpinfo)"') FileWrite( filehandle, outputdata ) Call(Zxc,'"FileWrite( filehandle, outputdata )"') FileYmdHms( filename ) Call(Zxc,'"FileYmdHms( filename )"') Other file functions.... AskDirectory(prompt, browse-root, start-dir, confirm-prompt, flags ) Call(Zxc,'"AskDirectory(prompt, browse-root, start-dir, confirm-prompt, flags helpinfo)"') AskFileText( title, filename, @Sorted|@Unsorted, @single|@Multiple|@Extended) Call(Zxc,'"AskFileText( title, filename, @Sorted|@Unsorted, @single|@Multiple|@Extended)"') AskFileName( title, directory, filetypes, default filename, flag ) Call(Zxc,'"AskFileName( title, directory, filetypes, default filename, flag helpinfo)"') BinaryRead( handle, filename ) Call(Zxc,'"BinaryRead( handle, filename )"') BinaryReadEx(handle, binaryoffset, filename, fileoffset, count) Call(Zxc,'"BinaryReadEx(handle, binaryoffset, filename, fileoffset, count)"') BinaryWrite( handle, filename ) Call(Zxc,'"BinaryWrite( handle, filename )"') BinaryWriteEx(handle, binaryoffset, filename, fileoffset, count) Call(Zxc,'"BinaryWriteEx(handle, binaryoffset, filename, fileoffset, count)"') INI Functions.... IniDelete( section, keyname ) Call(Zxc,'"IniDelete( section, keyname )"') IniDeletePvt( section, keyname, filename ) Call(Zxc,'"IniDeletePvt( section, keyname, filename )"') IniItemize( section ) Call(Zxc,'"IniItemize( section )"') IniItemizePvt( section, filename ) Call(Zxc,'"IniItemizePvt( section, filename )"') IniRead( section, keyname, default ) Call(Zxc,'"IniRead( section, keyname, default )"') IniReadPvt( section, keyname, default, filename ) Call(Zxc,'"IniReadPvt( section, keyname, default, filename )"') IniWrite( section, keyname, data ) Call(Zxc,'"IniWrite( section, keyname, data )"') IniWritePvt( section, keyname, data, filename ) Call(Zxc,'"IniWritePvt( section, keyname, data, filename )"') Inter-program.... AddExtender( dllfilename ) Call(Zxc,'"AddExtender( dllfilename )"') Clipboard.... ClipAppend( string ) Call(Zxc,'"ClipAppend( string )"') ClipGet() Call(Zxc,'"ClipGet()"') ClipGetEx( format ) Call(Zxc,'"ClipGetEx( format helpinfo)"') ClipHasFormat( format ) Call(Zxc,'"ClipHasFormat( format helpinfo)"') ClipPut( string ) Call(Zxc,'"ClipPut( string )"') Snapshot( request# ) Call(Zxc,'"Snapshot( request# helpinfo)"') DDE.... DDEExecute( channel, [commandstring] ) Call(Zxc,'"DDEExecute( channel, [commandstring] )"') DDEInitiate( app name, topic name ) Call(Zxc,'"DDEInitiate( app name, topic name )"') DDEPoke( channel, item name, item value ) Call(Zxc,'"DDEPoke( channel, item name, item value )"') DDERequest( channel, item name ) Call(Zxc,'"DDERequest( channel, item name )"') DDETerminate( channel ) Call(Zxc,'"DDETerminate( channel )"') DDETimeout( value in seconds ) Call(Zxc,'"DDETimeout( value in seconds )"') DLLCall DllCall( dllfilename/dllhandle, returntype:entrypoint [ ,paramtype:param... ]) Call(Zxc,'"DllCall( dllfilename/dllhandle, returntype:entrypoint [ ,paramtype:param... ])"') DllFree( dllhandle ) Call(Zxc,'"DllFree( dllhandle )"') DllHinst( partialwinname ) Call(Zxc,'"DllHinst( partialwinname )"') DllHwnd( partialwinname ) Call(Zxc,'"DllHwnd( partialwinname )"') DllLastError() Call(Zxc,'"DllLastError()"') DllLoad( dllname ) Call(Zxc,'"DllLoad( dllname )"') Environment.... Environment( envvariable ) Call(Zxc,'"Environment( envvariable )"') EnvironSet( envvarname, newvalue ) Call(Zxc,'"EnvironSet( envvarname, newvalue )"') EnvItemize() Call(Zxc,'"EnvItemize()"') ExeTypeInfo( exefilename ) Call(Zxc,'"ExeTypeInfo( exefilename )"') RegApp(programname, path) Call(Zxc,'"RegApp(programname, path)"') RunEnviron( program name, parameters, @NORMAL|@ICON|@ZOOMED|@HIDDEN, @WAIT|@NOWAIT ) Call(Zxc,'"RunEnviron( program name, parameters, @NORMAL|@ICON|@ZOOMED|@HIDDEN, @WAIT|@NOWAIT )"') Sending keys.... SendKey( string ) Call(Zxc,'"SendKey( string )"') SendKeysChild( partialparentwindowname, partialchildwindowname, sendkey string ) Call(Zxc,'"SendKeysChild( partialparentwindowname, partialchildwindowname, sendkey string )"') SendKeysTo( parentwindowname, sendkey string ) Call(Zxc,'"SendKeysTo( parentwindowname, sendkey string )"') SendMenusTo( partialparentwindowname, menuname ) Call(Zxc,'"SendMenusTo( partialparentwindowname, menuname )"') Multimedia.... Beep wEdInsString ("Beep") wEdNewLine () DllCall( dllfilename/dllhandle, returntype:entrypoint [ ,paramtype:param... ]) Call(Zxc,'"DllCall( dllfilename/dllhandle, returntype:entrypoint [ ,paramtype:param... ])"') DllFree( dllhandle ) Call(Zxc,'"DllFree( dllhandle )"') DllHinst( partialwinname ) Call(Zxc,'"DllHinst( partialwinname )"') DllHwnd( partialwinname ) Call(Zxc,'"DllHwnd( partialwinname )"') DllLastError() Call(Zxc,'"DllLastError()"') DllLoad( dllname ) Call(Zxc,'"DllLoad( dllname )"') PlayMedia( commandstring ) Call(Zxc,'"PlayMedia( commandstring )"') PlayMidi( filename, mode ) Call(Zxc,'"PlayMidi( filename, mode )"') PlayWaveForm( filename, mode ) Call(Zxc,'"PlayWaveForm( filename, mode helpinfo )"') Sounds( request# ) Call(Zxc,'"Sounds( request# helpinfo)"') OLE.... ObjectAccess( objectname) Call(Zxc,'"ObjectAccess( objectname)"') ObjectClose( objecthandle ) Call(Zxc,'"ObjectClose( objecthandle )"') ObjectOpen( objectname ) Call(Zxc,'"ObjectOpen( objectname )"') Process Control.... Break wEdInsString ("Break") wEdNewLine () Call( wbt-name, parameters) wEdInsString ("Call( wbt-name, parameters)") wEdNewLine () Continue wEdInsString ("Continue") wEdNewLine () EndSession() Call(Zxc,'"EndSession()"') ErrorMode( @CANCEL|@NOTIFY|@OFF ) Call(Zxc,'"ErrorMode( @CANCEL|@NOTIFY|@OFF )"') Exclusive( @On|@Off) Call(Zxc,'"Exclusive( @On|@Off)"') Execute statement wEdInsString ("Execute statement") wEdNewLine () Exit wEdInsString ("Exit") wEdNewLine () For varname = initial value to final value [ by increment ] A=wGetColNo () wEdInsString ("For varname = initial value to final value [ by increment ]") wEdNewLine () wEdGoToCol (A) wEdInsString (" ;statements") wEdNewLine () wEdGoToCol (A) wEdInsString ("Next") wEdNewLine () GoSub wEdInsString ("GoSub label") wEdNewLine () Goto label wEdInsString ("Goto label") wEdNewLine () IfàElseàEndif expression A=wGetColNo () wEdInsString ("If expression") wEdNewLine () wEdInsString (" ;true code") wEdNewLine () wEdGoToCol (A) wEdInsString ("else") wEdNewLine () wEdInsString (" ;false code") wEdNewLine () wEdGoToCol (A) wEdInsString ("endif") wEdNewLine () LastError() Call(Zxc,'"LastError()"') Select varname A=wGetColNo () wEdInsString ("Select varname") wEdNewLine () wEdGoToCol (A) wEdInsString (" case varname") wEdNewLine () wEdGoToCol (A) wEdInsString (" ;statements") wEdNewLine () wEdGoToCol (A) wEdInsString (" break") wEdNewLine () wEdGoToCol (A) wEdInsString (" case varname") wEdNewLine () wEdGoToCol (A) wEdInsString (" ;statements") wEdNewLine () wEdGoToCol (A) wEdInsString (" break") wEdNewLine () wEdGoToCol (A) wEdInsString ("EndSelect") wEdNewLine () Switch varname A=wGetColNo () wEdInsString ("Switch varname") wEdNewLine () wEdGoToCol (A) wEdInsString (" case varname") wEdNewLine () wEdGoToCol (A) wEdInsString (" ;statements") wEdNewLine () wEdGoToCol (A) wEdInsString (" break") wEdNewLine () wEdGoToCol (A) wEdInsString (" case varname") wEdNewLine () wEdGoToCol (A) wEdInsString (" ;statements") wEdNewLine () wEdGoToCol (A) wEdInsString (" break") wEdNewLine () wEdGoToCol (A) wEdInsString ("EndSwitch") wEdNewLine () Version() Call(Zxc,'"Version()"') VersionDLL() Call(Zxc,'"VersionDLL()"') While expression wEdInsString ("While expression") wEdNewLine () wEdNewLine () wEdInsString ("EndWhile") #DefineFunction...#EndFunction A=wGetColNo () wEdInsString ("#DefineFunction functname( [param1 [,param2...[,param16]]])") wEdNewLine () wEdNewLine () wEdInsString (" function code") wEdNewLine () wEdNewLine () wEdGoToCol (A) wEdInsString (" [ RETURN or RETURN (expression) ]") wEdNewLine () wEdNewLine () wEdGoToCol (A) wEdInsString (" #EndFunction") wEdNewLine () #|nclude "filename" A=wGetColNo () wEdInsString (`#Include "file name"`) wEdNewLine () Program management.... AppExist(programname ) Call(Zxc,'"AppExist(programname )"') AppWaitClose(programname ) Call(Zxc,'"AppWaitClose(programname )"') Execute statement wEdInsString ("Execute statement") wEdNewLine () Print( data file, directory, @NORMAL|@ICON|@ZOOMED|@HIDDEN, 0 ) Call(Zxc,'"Print( data file, directory, @NORMAL|@ICON|@ZOOMED|@HIDDEN, 0 )"') RegApp(programname, path) Call(Zxc,'"RegApp(programname, path)"') Run( programname, parameters ) Call(Zxc,'"Run( programname, parameters )"') RunEnviron( program name, parameters, @NORMAL|@ICON|@ZOOMED|@HIDDEN, @WAIT|@NOWAIT ) Call(Zxc,'"RunEnviron( program name, parameters, @NORMAL|@ICON|@ZOOMED|@HIDDEN, @WAIT|@NOWAIT )"') RunExit( programname, parameters ) Call(Zxc,'"RunExit( programname, parameters )"') RunHide( programname, parameters ) Call(Zxc,'"RunHide( programname, parameters )"') RunHideWait( programname, parameters ) Call(Zxc,'"RunHideWait( programname, parameters )"') RunIcon( programname, parameters ) Call(Zxc,'"RunIcon( programname, parameters )"') RunIconWait( programname, parameters ) Call(Zxc,'"RunIconWait( programname, parameters )"') RunShell( programname, params, directory, @NORMAL|@ICON|@ZOOMED|@HIDDEN, @WAIT|@NOWAIT|@GETPROCID ) Call(Zxc,'"RunShell( programname, params, directory, @NORMAL|@ICON|@ZOOMED|@HIDDEN, @WAIT|@NOWAIT|@GETPROCID )"') RunWait( programname, parameters ) Call(Zxc,'"RunWait( programname, parameters )"') RunWithLogon( programname, params, directory, displaymode, waitflag, username, domain, password, loginflags ) Call(Zxc,'"RunWithLogon( programname, params, directory, displaymode, waitflag, username, domain, password, loginflags helpinfo)"') RunZoom( programname, parameters ) Call(Zxc,'"RunZoom( programname, parameters )"') RunZoomWait( programname, parameters) Call(Zxc,'"RunZoomWait( programname, parameters)"') ShellExecute(programname, params, directory, @NORMAL|@ICON|@ZOOMED|@HIDDEN|0, "") Call(Zxc,'"ShellExecute(programname, params, directory, @NORMAL|@ICON|@ZOOMED|@HIDDEN|0, """")"') Registry.... RegApp(programname, path) Call(Zxc,'"RegApp(programname, path)"') RegCloseKey( keyhandle ) Call(Zxc,'"RegCloseKey( keyhandle )"') RegConnect(computername, handle) Call(Zxc,'"RegConnect(computername, handle)"') RegCreateKey( keyhandle, subkeystring ) Call(Zxc,'"RegCreateKey( keyhandle, subkeystring )"') RegDeleteKey( keyhandle, subkeystring ) Call(Zxc,'"RegDeleteKey( keyhandle, subkeystring )"') RegDelValue(handle, subkeystring) Call(Zxc,'"RegDelValue(handle, subkeystring)"') RegEntryType(handle, subkeystring) Call(Zxc,'"RegEntryType(handle, subkeystring)"') RegExistKey(handle, subkeystring) Call(Zxc,'"RegExistKey(handle, subkeystring)"') RegExistValue(handle, subkeystring) Call(Zxc,'"RegExistValue(handle, subkeystring)"') RegLoadHive(handle, subkey, filename) Call(Zxc,'"RegLoadHive(handle, subkey, filename)"') RegOpenKey( keyhandle, subkeystring ) Call(Zxc,'"RegOpenKey( keyhandle, subkeystring )"') RegOpenKeyEx( handle, subkey-string, mode , "", "") Call(Zxc,'"RegOpenKeyEx( handle, subkey-string, mode helpinfo, """", """")"') RegQueryBin(handle, subkeystring) Call(Zxc,'"RegQueryBin(handle, subkeystring)"') RegQueryDword(handle, subkeystring) Call(Zxc,'"RegQueryDword(handle, subkeystring)"') RegQueryEx(handle, subkey-string, delimiter, type ) Call(Zxc,'"RegQueryEx(handle, subkey-string, delimiter, type helpinfo)"') RegQueryExpSz(handle, subkeystring) Call(Zxc,'"RegQueryExpSz(handle, subkeystring)"') RegQueryItem(handle, subkeystring) Call(Zxc,'"RegQueryItem(handle, subkeystring)"') RegQueryKey( keyhandle, index ) Call(Zxc,'"RegQueryKey( keyhandle, index )"') RegQueryKeys( handle ) Call(Zxc,'"RegQueryKeys( handle )"') RegQueryMulSz(handle, subkeystring, delimiter) Call(Zxc,'"RegQueryMulSz(handle, subkeystring, delimiter)"') RegQueryStr(handle, subkey) Call(Zxc,'"RegQueryStr(handle, subkey)"') RegQueryValue( keyhandle, keyname ) Call(Zxc,'"RegQueryValue( keyhandle, keyname )"') RegSetBin(handle, subkeystring, value) Call(Zxc,'"RegSetBin(handle, subkeystring, value)"') RegSetDword(handle, subkeystring, value) Call(Zxc,'"RegSetDword(handle, subkeystring, value)"') RegSetEx(handle, subkey-string, value, delimiter, type ) Call(Zxc,'"RegSetEx(handle, subkey-string, value, delimiter, type helpinfo)"') RegSetExpSz(handle, subkeystring, value) Call(Zxc,'"RegSetExpSz(handle, subkeystring, value)"') RegSetMulSz(handle, subkeystring, value, delimiter) Call(Zxc,'"RegSetMulSz(handle, subkeystring, value, delimiter)"') RegSetValue( keyhandle, subkeystring, value ) Call(Zxc,'"RegSetValue( keyhandle, subkeystring, value )"') RegUnloadHive(handle, subkey) Call(Zxc,'"RegUnloadHive(handle, subkey)"') Shortcut functions.... ShortcutDir(name [,type [,backslashflag]]) Call(Zxc,'"ShortcutDir(name [,type [,backslashflag]] helpinfo)"') ShortcutEdit(linkname, target, params, startdir, showmode [,shortcuttype] ) Call(Zxc,'"ShortcutEdit(linkname, target, params, startdir, showmode [,shortcuttype] helpinfo)"') ShortcutExtra(linkname, description, hotkey, iconfile, iconindex [,shortcuttype] ) Call(Zxc,'"ShortcutExtra(linkname, description, hotkey, iconfile, iconindex [,shortcuttype] helpinfo)"') ShortcutInfo(linkname [,shortcuttype] ) Call(Zxc,'"ShortcutInfo(linkname [,shortcuttype] helpinfo)"') ShortcutMake(linkname, target, params, startdir, showmode [,shortcuttype] ) Call(Zxc,'"ShortcutMake(linkname, target, params, startdir, showmode [,shortcuttype] helpinfo)"') String Handling.... IsDefined(var) Call(Zxc,'"IsDefined(var)"') IsFloat( string ) Call(Zxc,'"IsFloat( string )"') IsInt( string ) Call(Zxc,'"IsInt( string )"') IsNumber( value ) Call(Zxc,'"IsNumber( value )"') List items.... ItemCount( list, delimiter ) Call(Zxc,'"ItemCount( list, delimiter )"') ItemExtract( index, list, delimiter ) Call(Zxc,'"ItemExtract( index, list, delimiter )"') ItemInsert( item, index, list, delimiter ) Call(Zxc,'"ItemInsert( item, index, list, delimiter )"') ItemLocate( item, list, delimiter ) Call(Zxc,'"ItemLocate( item, list, delimiter )"') ItemRemove( index, list, delimiter ) Call(Zxc,'"ItemRemove( index, list, delimiter )"') ItemReplace(item, index, list, delimiter) Call(Zxc,'"ItemReplace(item, index, list, delimiter)"') ItemSort( list, delimiter ) Call(Zxc,'"ItemSort( list, delimiter )"') Num2Char( integer ) Call(Zxc,'"Num2Char( integer )"') ParseData( string ) Call(Zxc,'"ParseData( string )"') StrCat( string [ ,string ] ) Call(Zxc,'"StrCat( string [ ,string ] )"') StrCharCount( string ) Call(Zxc,'"StrCharCount( string )"') StrClean( source-string, characters, replacement, @True|@False, mode ) Call(Zxc,'"StrClean( source-string, characters, replacement, @True|@False, mode helpinfo)"') StrCmp( string1, string2 ) Call(Zxc,'"StrCmp( string1, string2 )"') StrFill( filler, length ) Call(Zxc,'"StrFill( filler, length )"') StrFix( basestring, padstring, length ) Call(Zxc,'"StrFix( basestring, padstring, length )"') StrFixChars( basestring, padstring, length ) Call(Zxc,'"StrFixChars( basestring, padstring, length )"') StrFixCharsL( basestring, padstring, length ) Call(Zxc,'"StrFixCharsL( basestring, padstring, length )"') StrFixLeft( basestring, padstring, length ) Call(Zxc,'"StrFixLeft( basestring, padstring, length )"') StriCmp(string1, string2) Call(Zxc,'"StriCmp(string1, string2)"') StrIndex( basestring, substring, start, @Fwdscan|@Backscan ) Call(Zxc,'"StrIndex( basestring, substring, start, @Fwdscan|@Backscan )"') StrIndexNc( basestring, substring, start, @Fwdscan|@Backscan ) Call(Zxc,'"StrIndexNc( basestring, substring, start, @Fwdscan|@Backscan )"') StrIndexWild(string, pattern, start) Call(Zxc,'"StrIndexWild(string, pattern, start)"') StrLen( string ) Call(Zxc,'"StrLen( string )"') StrLenWild(string, pattern, start) Call(Zxc,'"StrLenWild(string, pattern, start)"') StrLower( string ) Call(Zxc,'"StrLower( string )"') StrReplace( string, old, new ) Call(Zxc,'"StrReplace( string, old, new )"') StrScan( string, delimiters, startpos, @Fwdscan|@Backscan ) Call(Zxc,'"StrScan( string, delimiters, startpos, @Fwdscan|@Backscan )"') StrSub( string, startpos, length ) Call(Zxc,'"StrSub( string, startpos, length )"') StrSubWild(string, pattern, start) Call(Zxc,'"StrSubWild(string, pattern, start)"') StrTrim( string ) Call(Zxc,'"StrTrim( string )"') StrUpper( string ) Call(Zxc,'"StrUpper( string )"') VarType(varname) Call(Zxc,'"VarType(varname)"') System Management.... Disk Drive Management.... DiskExist( drive letter ) Call(Zxc,'"DiskExist( drive letter )"') DiskFree( drivelist [,format] ) Call(Zxc,'"DiskFree( drivelist [,format] )"') DiskInfo(drive-letter, request# ) Call(Zxc,'"DiskInfo(drive-letter, request# helpinfo)"') DiskScan( request# ) Call(Zxc,'"DiskScan( request# helpinfo)"') DiskSize(drive-list [,format] ) Call(Zxc,'"DiskSize(drive-list [,format] helpinfo)"') DiskVolInfo(root-path, request# ) Call(Zxc,'"DiskVolInfo(root-path, request# helpinfo)"') LogDisk( drive letter ) Call(Zxc,'"LogDisk( drive letter )"') NetInfo( requetcode ) Call(Zxc,'"NetInfo( requetcode helpinfo)"') Environment.... Environment( envvariable ) Call(Zxc,'"Environment( envvariable )"') EnvironSet( envvarname, newvalue ) Call(Zxc,'"EnvironSet( envvarname, newvalue )"') EnvItemize() Call(Zxc,'"EnvItemize()"') ExeTypeInfo( exefilename ) Call(Zxc,'"ExeTypeInfo( exefilename )"') RegApp(programname, path) Call(Zxc,'"RegApp(programname, path)"') RunEnviron( program name, parameters, @NORMAL|@ICON|@ZOOMED|@HIDDEN, @WAIT|@NOWAIT ) Call(Zxc,'"RunEnviron( program name, parameters, @NORMAL|@ICON|@ZOOMED|@HIDDEN, @WAIT|@NOWAIT )"') IntControl(request# , 0, 0, 0, 0 ) Call(Zxc,'"IntControl(request# helpinfo, 0, 0, 0, 0 )"') Other System functions.... About() Call(Zxc,'"About()"') AddExtender( dllfilename ) Call(Zxc,'"AddExtender( dllfilename )"') AppExist(programname ) Call(Zxc,'"AppExist(programname )"') AppWaitClose(programname ) Call(Zxc,'"AppWaitClose(programname )"') Beep wEdInsString ("Beep") wEdNewLine () Debug( @On|@Off) Call(Zxc,'"Debug( @On|@Off)"') DebugData( string, string ) Call(Zxc,'"DebugData( string, string )"') DebugTrace(@On|@Off|2 , filename) Call(Zxc,'"DebugTrace(@On|@Off|2 helpinfo, filename)"') DOSVersion( level ) Call(Zxc,'"DOSVersion( level )"') Drop( varname [,varname...] ) Call(Zxc,'"Drop( varname [,varname...] )"') DropWild("varname*") Call(Zxc,'"DropWild(""varname*"")"') EndSession() Call(Zxc,'"EndSession()"') ErrorMode( @CANCEL|@NOTIFY|@OFF ) Call(Zxc,'"ErrorMode( @CANCEL|@NOTIFY|@OFF )"') Exclusive( @On|@Off) Call(Zxc,'"Exclusive( @On|@Off)"') ExeTypeInfo( exefilename ) Call(Zxc,'"ExeTypeInfo( exefilename )"') IconReplace(filename, iconfilename) Call(Zxc,'"IconReplace(filename, iconfilename)"') IgnoreInput( mode ) Call(Zxc,'"IgnoreInput( mode )"') InstallFile(filename,targname,default-targdir,delete-old, flags ) Call(Zxc,'"InstallFile(filename,targname,default-targdir,delete-old, flags helpinfo)"') IntControl(request# , 0, 0, 0, 0 ) Call(Zxc,'"IntControl(request# helpinfo, 0, 0, 0, 0 )"') IsLicensed() Call(Zxc,'"IsLicensed()"') Version() Call(Zxc,'"Version()"') VersionDLL() Call(Zxc,'"VersionDLL()"') WaitForKey( key, key, key, key, key ) Call(Zxc,'"WaitForKey( key, key, key, key, key )"') WinMetrics(request# ) Call(Zxc,'"WinMetrics(request# helpinfo)"') WinParmGet(request# ) Call(Zxc,'"WinParmGet(request# helpinfo)"') WinParmSet(request# , new-value, ini-control) Call(Zxc,'"WinParmSet(request# helpinfo, new-value, ini-control)"') WinResources(request# ) Call(Zxc,'"WinResources(request# helpinfo)"') WinSysInfo() Call(Zxc,'"WinSysInfo()"') WinVersion( level ) Call(Zxc,'"WinVersion( level )"') Registry.... RegApp(programname, path) Call(Zxc,'"RegApp(programname, path)"') RegCloseKey( keyhandle ) Call(Zxc,'"RegCloseKey( keyhandle )"') RegConnect(computername, handle) Call(Zxc,'"RegConnect(computername, handle)"') RegCreateKey( keyhandle, subkeystring ) Call(Zxc,'"RegCreateKey( keyhandle, subkeystring )"') RegDeleteKey( keyhandle, subkeystring ) Call(Zxc,'"RegDeleteKey( keyhandle, subkeystring )"') RegDelValue(handle, subkeystring) Call(Zxc,'"RegDelValue(handle, subkeystring)"') RegEntryType(handle, subkeystring) Call(Zxc,'"RegEntryType(handle, subkeystring)"') RegExistKey(handle, subkeystring) Call(Zxc,'"RegExistKey(handle, subkeystring)"') RegExistValue(handle, subkeystring) Call(Zxc,'"RegExistValue(handle, subkeystring)"') RegLoadHive(handle, subkey, filename) Call(Zxc,'"RegLoadHive(handle, subkey, filename)"') RegOpenKey( keyhandle, subkeystring ) Call(Zxc,'"RegOpenKey( keyhandle, subkeystring )"') RegOpenKeyEx(handle, subkey-string, mode , "", "") Call(Zxc,'"RegOpenKeyEx(handle, subkey-string, mode helpinfo, """", """")"') RegQueryBin(handle, subkeystring) Call(Zxc,'"RegQueryBin(handle, subkeystring)"') RegQueryDword(handle, subkeystring) Call(Zxc,'"RegQueryDword(handle, subkeystring)"') RegQueryEx( handle, subkey-string, delimiter, type ) Call(Zxc,'"RegQueryEx( handle, subkey-string, delimiter, type helpinfo)"') RegQueryExpSz(handle, subkeystring) Call(Zxc,'"RegQueryExpSz(handle, subkeystring)"') RegQueryItem(handle, subkeystring) Call(Zxc,'"RegQueryItem(handle, subkeystring)"') RegQueryKey( keyhandle, index ) Call(Zxc,'"RegQueryKey( keyhandle, index )"') RegQueryKeys( handle ) Call(Zxc,'"RegQueryKeys( handle )"') RegQueryMulSz(handle, subkeystring, delimiter) Call(Zxc,'"RegQueryMulSz(handle, subkeystring, delimiter)"') RegQueryStr( handle, subkey ) Call(Zxc,'"RegQueryStr( handle, subkey )"') RegQueryValue( keyhandle, keyname ) Call(Zxc,'"RegQueryValue( keyhandle, keyname )"') RegSetBin(handle, subkeystring, value) Call(Zxc,'"RegSetBin(handle, subkeystring, value)"') RegSetDword(handle, subkeystring, value) Call(Zxc,'"RegSetDword(handle, subkeystring, value)"') RegSetEx(handle, subkey-string, value, delimiter, type ) Call(Zxc,'"RegSetEx(handle, subkey-string, value, delimiter, type helpinfo)"') RegSetExpSz(handle, subkeystring, value) Call(Zxc,'"RegSetExpSz(handle, subkeystring, value)"') RegSetMulSz(handle, subkeystring, value, delimiter) Call(Zxc,'"RegSetMulSz(handle, subkeystring, value, delimiter)"') RegSetValue( keyhandle, subkeystring, value ) Call(Zxc,'"RegSetValue( keyhandle, subkeystring, value )"') RegUnloadHive(handle, subkey) Call(Zxc,'"RegUnloadHive(handle, subkey)"') Time Scheduling.... FileTimeCode( filename ) Call(Zxc,'"FileTimeCode( filename )"') FileTimeGet( filename ) Call(Zxc,'"FileTimeGet( filename )"') FileTimeGetEx(filename, timefield) Call(Zxc,'"FileTimeGetEx(filename, timefield)"') FileTimeSet( list, ymdhms ) Call(Zxc,'"FileTimeSet( list, ymdhms )"') FileTimeSetEx(filelist, YmdHms, timefield) Call(Zxc,'"FileTimeSetEx(filelist, YmdHms, timefield)"') GetExactTime() Call(Zxc,'"GetExactTime()"') GetTickCount() Call(Zxc,'"GetTickCount()"') TimeAdd( YmdHms, YmdHms ) Call(Zxc,'"TimeAdd( YmdHms, YmdHms )"') TimeDate() Call(Zxc,'"TimeDate()"') TimeDelay( seconds ) Call(Zxc,'"TimeDelay( seconds )"') TimeDiffDays( Ymd[Hms], Ymd[Hms] ) Call(Zxc,'"TimeDiffDays( Ymd[Hms], Ymd[Hms] )"') TimeDiffSecs( YmdHms, YmdHms ) Call(Zxc,'"TimeDiffSecs( YmdHms, YmdHms )"') TimeJulianDay( Ymd[Hms] ) Call(Zxc,'"TimeJulianDay( Ymd[Hms] )"') TimeJulToYmd(juliandate) Call(Zxc,'"TimeJulToYmd(juliandate)"') TimeSubtract(datetime, datetime difference) Call(Zxc,'"TimeSubtract(datetime, datetime difference)"') TimeYmdHms() Call(Zxc,'"TimeYmdHms()"') TimeWait( YmdHms ) Call(Zxc,'"TimeWait( YmdHms )"') Yield Call(Zxc,'"Yield"') Yields(count) Call(Zxc,'"Yields(count)"') User Interface(Display).... About() Call(Zxc,'"About()"') AskDirectory(prompt, browse-root, start-dir, confirm-prompt, flags ) Call(Zxc,'"AskDirectory(prompt, browse-root, start-dir, confirm-prompt, flags helpinfo)"') AskFileName(title, directory, filetypes, default filename, flag ) Call(Zxc,'"AskFileName(title, directory, filetypes, default filename, flag helpinfo)"') AskFileText( title, filename, @Sorted|@Unsorted, @single|@Multiple|@Extended) Call(Zxc,'"AskFileText( title, filename, @Sorted|@Unsorted, @single|@Multiple|@Extended)"') AskItemList(title, list variable, delimiter, @sorted|@unsorted, @single|@multiple|@extended) Call(Zxc,'"AskItemList(title, list variable, delimiter, @sorted|@unsorted, @single|@multiple|@extended)"') AskLine( title, prompt, default answer ) Call(Zxc,'"AskLine( title, prompt, default answer )"') AskPassword( title, prompt ) Call(Zxc,'"AskPassword( title, prompt )"') AskTextBox(title, prompt, default, flags , 0) Call(Zxc,'"AskTextBox(title, prompt, default, flags helpinfo, 0)"') AskYesNo( title, question ) Call(Zxc,'"AskYesNo( title, question )"') ButtonNames(OK-name, Cancel-name) Call(Zxc,'"ButtonNames(OK-name, Cancel-name)"') Dialog( dialogname ) Call(Zxc,'"Dialog( dialogname )"') Display( seconds, title, text ) Call(Zxc,'"Display( seconds, title, text )"') KeyToggleGet( @CAPSLOCK|@NUMLOCK|@SCROLLLOCK ) Call(Zxc,'"KeyToggleGet( @CAPSLOCK|@NUMLOCK|@SCROLLLOCK )"') KeyToggleSet( @CAPSLOCK|@NUMLOCK|@SCROLLLOCK, @Off|@on) Call(Zxc,'"KeyToggleSet( @CAPSLOCK|@NUMLOCK|@SCROLLLOCK, @Off|@on)"') IsKeyDown( @SHIFT or @CTRL or @Shift|@CTRL) Call(Zxc,'"IsKeyDown( @SHIFT or @CTRL or @Shift|@CTRL)"') Menu handling.... IsMenuChecked( menuname ) Call(Zxc,'"IsMenuChecked( menuname )"') IsMenuEnabled( menuname ) Call(Zxc,'"IsMenuEnabled( menuname )"') MenuChange( menuname, flags ) Call(Zxc,'"MenuChange( menuname, flags )"') Message( title, text ) Call(Zxc,'"Message( title, text )"') Mouse.... MouseClick(click-type, modifiers ) Call(Zxc,'"MouseClick(click-type, modifiers helpinfo)"') MouseClickBtn(parentwindowname, childwindowname, buttontext) Call(Zxc,'"MouseClickBtn(parentwindowname, childwindowname, buttontext)"') MouseCoords(parentwin, childwin) Call(Zxc,'"MouseCoords(parentwin, childwin)"') MouseInfo(request# ) Call(Zxc,'"MouseInfo(request# helpinfo)"') MouseMove(X, Y, parentwindowname, childwindowname) Call(Zxc,'"MouseMove(X, Y, parentwindowname, childwindowname)"') MousePlay(X-Y-coordinates, parent-window, child-window, buttons, delay) Call(Zxc,'"MousePlay(X-Y-coordinates, parent-window, child-window, buttons, delay)"') MsgTextGet(window-name) Call(Zxc,'"MsgTextGet(window-name)"') Pause( title, prompt ) Call(Zxc,'"Pause( title, prompt )"') WinBatch Functions.... BoxBitMap(box ID, coordinates, filename, stretchmode) Call(Zxc,'"BoxButtonDraw(box ID, coordinates, filename, stretchmode)"') BoxButtonDraw(box ID, button ID, text, coordinates) Call(Zxc,'"BoxButtonDraw(box ID, button ID, text, coordinates)"') BoxButtonKill(box ID, button ID) Call(Zxc,'"BoxButtonKill(box ID, button ID)"') BoxButtonStat(box ID, button ID) Call(Zxc,'"BoxButtonStat(box ID, button ID)"') BoxButtonWait() Call(Zxc,'"BoxButtonWait()"') BoxCaption(box ID, caption) Call(Zxc,'"BoxCaption(box ID, caption)"') BoxColor(box ID, color, wash color ) Call(Zxc,'"BoxColor(box ID, color, wash color helpinfo)"') BoxDataClear(box ID, tag) Call(Zxc,'"BoxDataClear(box ID, tag)"') BoxDataTag(box ID, tag) Call(Zxc,'"BoxDataTag(box ID, tag)"') BoxDestroy(box ID) Call(Zxc,'"BoxDestroy(box ID)"') BoxDrawCircle(box ID, coordinates, style ) Call(Zxc,'"BoxDrawCircle(box ID, coordinates, style helpinfo)"') BoxDrawLine(box ID, coordinates) Call(Zxc,'"BoxDrawLine(box ID, coordinates)"') BoxDrawRect(box ID, coordinates, style ) Call(Zxc,'"BoxDrawRect(box ID, coordinates, style helpinfo)"') BoxDrawText(box ID, coordinates, text, erase flag , alignment) Call(Zxc,'"BoxDrawText(box ID, coordinates, text, erase flag helpinfo, alignment)"') BoxesUp(coordinates, @NORMAL|@ICON|@ZOOMED|@HIDDEN) Call(Zxc,'"BoxesUp(coordinates, @NORMAL|@ICON|@ZOOMED|@HIDDEN)"') BoxMapMode(box ID, map mode ) Call(Zxc,'"BoxMapMode(box ID, map mode helpinfo)"') BoxNew(box ID, coordinates, style ) Call(Zxc,'"BoxNew(box ID, coordinates, style helpinfo)"') BoxOpen(title, text) Call(Zxc,'"BoxOpen(title, text)"') BoxPen(box ID, color , width) Call(Zxc,'"BoxPen(box ID, color helpinfo, width)"') BoxShut() Call(Zxc,'"BoxShut()"') BoxText("text") Call(Zxc,'"BoxText(""text"")"') BoxTextColor(box ID, color ) Call(Zxc,'"BoxTextColor(box ID, color helpinfo)"') BoxTextFont(box ID, name, size, style , pitch & family) Call(Zxc,'"BoxTextFont(box ID, name, size, style helpinfo, pitch & family)"') BoxTitle("title") Call(Zxc,'"BoxTitle(""title"")"') BoxUpdates(box ID, update flag ) Call(Zxc,'"BoxUpdates(box ID, update flag helpinfo)"') Reload() Call(Zxc,'"Reload()"') Rtstatus() Call(Zxc,'"Rtstatus()"') Window Management.... DllHwnd( partialwinname ) Call(Zxc,'"DllHwnd( partialwinname )"') FindWindow(window class name) Call(Zxc,'"FindWindow(window class name)"') WallPaper( bmp/filename, tile ) Call(Zxc,'"WallPaper( bmp/filename, tile helpinfo)"') WinActivate( partialwinname ) Call(Zxc,'"WinActivate( partialwinname )"') WinActiveChild( partialparentwindowname, partialchildwindowname ) Call(Zxc,'"WinActiveChild( partialparentwindowname, partialchildwindowname )"') WinClose( partialwinname ) Call(Zxc,'"WinClose( partialwinname )"') WinCloseNot( partialwinname [ ,partialwinname ] ) Call(Zxc,'"WinCloseNot( partialwinname [ ,partialwinname ] )"') WinExeName( partialwinname ) Call(Zxc,'"WinExeName( partialwinname )"') WinExist( partialwinname ) Call(Zxc,'"WinExist( partialwinname )"') WinExistChild( partialparentwindowname, partialchildwindowname ) Call(Zxc,'"WinExistChild( partialparentwindowname, partialchildwindowname )"') WinGetActive() Call(Zxc,'"WinGetActive()"') WinHelp(help-file, function , keyword) Call(Zxc,'"WinHelp(help-file, function helpinfo, keyword)"') WinHide( partialwinname ) Call(Zxc,'"WinHide( partialwinname )"') WinIdGet(partialwinname) Call(Zxc,'"WinIdGet(partialwinname)"') WinIsDOS( partialwinname ) Call(Zxc,'"WinIsDOS( partialwinname )"') WinMetrics(request# ) Call(Zxc,'"WinMetrics(request# helpinfo)"') WinName() Call(Zxc,'"WinName()"') WinParmGet(request# ) Call(Zxc,'"WinParmGet(request# helpinfo)"') WinParmSet(request# , new-value, ini-control ) Call(Zxc,'"WinParmSet(request# helpinfo, new-value, ini-control )"') WinResources(request# ) Call(Zxc,'"WinResources(request# helpinfo)"') WinShow( partialwinname ) Call(Zxc,'"WinShow( partialwinname )"') WinState( partialwinname ) Call(Zxc,'"WinState( partialwinname )"') WinSysInfo() Call(Zxc,'"WinSysInfo()"') WinTitle( oldpartialwinname, newwinname ) Call(Zxc,'"WinTitle( oldpartialwinname, newwinname )"') WinVersion( level ) Call(Zxc,'"WinVersion( level )"') WinWaitChild(partial parent winname, partial child winname, timeout) Call(Zxc,'"WinWaitChild(partial parent winname, partial child winname, timeout)"') WinWaitClose( partialwinname ) Call(Zxc,'"WinWaitClose( partialwinname )"') WinWaitExist(partialwinname, timeout) Call(Zxc,'"WinWaitExist(partialwinname, timeout)"') Window Placement.... WinArrange(style ) Call(Zxc,'"WinArrange(style helpinfo)"') WinIconize( partialwinname ) Call(Zxc,'"WinIconize( partialwinname )"') WinPlace( xulc, yulc, xbrc, ybrc, partialwinname ) Call(Zxc,'"WinPlace( xulc, yulc, xbrc, ybrc, partialwinname )"') WinPlaceGet( @ICON|@NORMAL|@ZOOMED, partialwinname ) Call(Zxc,'"WinPlaceGet( @ICON|@NORMAL|@ZOOMED, partialwinname )"') WinPlaceSet( @ICON|@NORMAL|@ZOOMED, partialwinname, position string ) Call(Zxc,'"WinPlaceSet( @ICON|@NORMAL|@ZOOMED, partialwinname, position string )"') WinPosition( partialwinname ) Call(Zxc,'"WinPosition( partialwinname )"') WinZoom( partialwinname ) Call(Zxc,'"WinZoom( partialwinname )"') Itemize Windows.... WinItemChild( partialparentwindowname ) Call(Zxc,'"WinItemChild( partialparentwindowname )"') WinItemize() Call(Zxc,'"WinItemize()"') WinItemizeEx(partialwinname, multiple, hidden) Call(Zxc,'"WinItemizeEx(partialwinname, multiple, hidden)"') WinItemNameId() Call(Zxc,'"WinItemNameId()"') WinItemProcId(process-id, flags , return-type) Call(Zxc,'"WinItemProcId(process-id, flags helpinfo, return-type)"') All commands/extenders.... ADSI.... dsAclAddAce(acl-sec-obj-id, ace-sec-obj-id, position) Call(Zxc,'"dsAclAddAce(acl-sec-obj-id, ace-sec-obj-id, position)"') dsAclGetAces(acl-sec-obj-id, ace-type) Call(Zxc,'"dsAclGetAces(acl-sec-obj-id, ace-type)"') dsAclOrderAce(acl-sec-obj-id) Call(Zxc,'"dsAclOrderAce(acl-sec-obj-id)"') dsAclRemAce(acl-sec-obj-id, ace-sec-obj-id) Call(Zxc,'"dsAclRemAce(acl-sec-obj-id, ace-sec-obj-id)"') dsAddToGrp(group-ADSI-path, object-ADSI-path) Call(Zxc,'"dsAddToGrp(group-ADSI-path, object-ADSI-path)"') dsCopySecObj(sec-obj-id) Call(Zxc,'"dsCopySecObj(sec-obj-id)"') dsCreatSecObj(ADSI-path, object-type ) Call(Zxc,'"dsCreatSecObj(ADSI-path, object-type helpinfo)"') dsDeleteObj(ADSI-path) Call(Zxc,'"dsDeleteObj(ADSI-path)"') dsFindPath(ADSI-path, search-filter) Call(Zxc,'"dsFindPath(ADSI-path, search-filter)"') dsGetChldPath(ADSI-path, class-name) Call(Zxc,'"dsGetChldPath(ADSI-path, class-name)"') dsGetClass(ADSI-path) Call(Zxc,'"dsGetClass(ADSI-path)"') dsGetInfo(info-type ) Call(Zxc,'"dsGetInfo(info-type helpinfo)"') dsGetMemGrp(group-ADSI-path) Call(Zxc,'"dsGetMemGrp(group-ADSI-path)"') dsGetProperty(ADSI-path, property-name) Call(Zxc,'"dsGetProperty(ADSI-path, property-name)"') dsGetPrntPath(child-ADSI-path) Call(Zxc,'"dsGetPrntPath(child-ADSI-path)"') dsGetPropName( ADSI-path, property-type) Call(Zxc,'"dsGetPropName( ADSI-path, property-type)"') dsGetSecProp(sec-obj-id, property-name) Call(Zxc,'"dsGetSecProp(sec-obj-id, property-name)"') dsisContainer(ADSI-path) Call(Zxc,'"dsisContainer(ADSI-path)"') dsisMemberGrp(group-ADSI-path, object-ADSI-path) Call(Zxc,'"dsisMemberGrp(group-ADSI-path, object-ADSI-path)"') dsisObject(ADSI-path) Call(Zxc,'"dsisObject(ADSI-path)"') dsMoveObj(object-ADSI-path, target-ADSI-path , object-name) Call(Zxc,'"dsMoveObj(object-ADSI-path, target-ADSI-path , object-name)"') dsRelSecObj(sec-obj-id) Call(Zxc,'"dsRelSecObj(sec-obj-id)"') dsRemFromGrp(group-ADSI-path, object-ADSI-path) Call(Zxc,'"dsRemFromGrp(group-ADSI-path, object-ADSI-path)"') dsSetCredent(username, password) Call(Zxc,'"dsSetCredent(username, password)"') dsSetCredentx(username, password, auth-method ) Call(Zxc,'"dsSetCredentx(username, password, auth-method helpinfo)"') dsSetObj(ADSI-path) Call(Zxc,'"dsSetObj(ADSI-path)"') dsSetPassword(user-ADSI-path, old-password, new-password) Call(Zxc,'"dsSetPassword(user-ADSI-path, old-password, new-password)"') dsSetProperty(ADSI-path, property-name, property-values ) Call(Zxc,'"dsSetProperty(ADSI-path, property-name, property-values helpinfo)"') Control Manager.... cCheckBox( hwnd, flag ) Call(Zxc,'"cCheckBox( hwnd, flag helpinfo)"') cClearLBAll(window-handle) Call(Zxc,'"cClearLBAll(window-handle)"') cClearLVItem( windowhandle, item) Call(Zxc,'"cClearLVItem( windowhandle, item)"') cClearTVItem( windowhandle, itempath) Call(Zxc,'"cClearTVItem( windowhandle, itempath)"') cClickButton( hwnd ) Call(Zxc,'"cClickButton( hwnd )"') cClickToolbar( windowhandle, position) Call(Zxc,'"cClickToolbar( windowhandle, position)"') cDblClickItem( windowhandle, item #) Call(Zxc,'"cDblClickItem( windowhandle, item #)"') cEnableState( hwnd, flag ) Call(Zxc,'"cEnableState( hwnd, flag helpinfo)"') cFindbyClass(class-name) Call(Zxc,'"cFindbyClass(class-name)"') cFindbyName(partial-name) Call(Zxc,'"cFindbyName(partial-name)"') cGetCalDate( windowhandle) Call(Zxc,'"cGetCalDate( windowhandle)"') cGetCBCount(window-handle) Call(Zxc,'"cGetCBCount(window-handle)"') cGetCBText( hwnd ) Call(Zxc,'"cGetCBText( hwnd )"') cGetControlImageCrc(windowhandle) Call(Zxc,'"cGetControlImageCrc(windowhandle)"') cGetDTPDate( windowhandle) Call(Zxc,'"cGetDTPDate( windowhandle)"') cGetEditText( hwnd ) Call(Zxc,'"cGetEditText( hwnd )"') cGetHRText( windowhandle) Call(Zxc,'"cGetHRText( windowhandle)"') cGetInfo(request ) Call(Zxc,'"cGetInfo(request helpinfo)"') cGetIpAddr( windowhandle) Call(Zxc,'"cGetIpAddr( windowhandle)"') cGetLBCount(window-handle) Call(Zxc,'"cGetLBCount(window-handle)"') cGetLBSelText(window-handle) Call(Zxc,'"cGetLBSelText(window-handle)"') cGetLBText( hwnd ) Call(Zxc,'"cGetLBText( hwnd )"') cGetLVColText( window-handle, column-number) Call(Zxc,'"cGetLVColText( window-handle, column-number)"') cGetLvDdtText( window-handle) Call(Zxc,'"cGetLvDdtText( window-handle)"') cGetLvFocText( window-handle) Call(Zxc,'"cGetLvFocText( window-handle)"') cGetLvSelText(window-handle) Call(Zxc,'"cGetLvSelText(window-handle)"') cGetLvText( windowhandle) Call(Zxc,'"cGetLvText( windowhandle)"') cGetSBText( windowhandle) Call(Zxc,'"cGetSBText( windowhandle)"') cGetTBText( windowhandle) Call(Zxc,'"cGetTBText( windowhandle)"') cGetTrackMax( windowhandle) Call(Zxc,'"cGetTrackMax( windowhandle)"') cGetTrackMin( windowhandle) Call(Zxc,'"cGetTrackMin( windowhandle)"') cGetTrackPos( windowhandle) Call(Zxc,'"cGetTrackPos( windowhandle)"') cGetUpDownMax( windowhandle) Call(Zxc,'"cGetUpDownMax( windowhandle)"') cGetUpDownMin( windowhandle) Call(Zxc,'"cGetUpDownMin( windowhandle)"') cGetUpDownPos( windowhandle) Call(Zxc,'"cGetUpDownPos( windowhandle)"') cGetWndCursor(window-handle, request ) Call(Zxc,'"cGetWndCursor(window-handle, request helpinfo)"') cPostButton( hwnd ) Call(Zxc,'"cPostButton( hwnd )"') cPostMessage(hWnd, msg, wparam, lparam) Call(Zxc,'"cPostMessage(hWnd, msg, wparam, lparam)"') cRadioButton(hwnd, flag ) Call(Zxc,'"cRadioButton(hwnd, flag helpinfo)"') cSendMessage( hwnd, msg, wparam, lparam ) Call(Zxc,'"cSendMessage( hwnd, msg, wparam, lparam )"') cSetCalDate( windowhandle, datetime, datetime) Call(Zxc,'"cSetCalDate( windowhandle, datetime, datetime)"') cSetCBItem( hwnd, item ) Call(Zxc,'"cSetCBItem( hwnd, item )"') cSetDTPDate( windowhandle, datetime) Call(Zxc,'"cSetDTPDate( windowhandle, datetime)"') cSetEditText( hwnd, newtext ) Call(Zxc,'"cSetEditText( hwnd, newtext )"') cSetFocus(window-handle) Call(Zxc,'"cSetFocus(window-handle)"') cSetIpAddr(windowhandle) Call(Zxc,'"cSetIpAddr(windowhandle)"') cSetLBItem( hwnd, item) Call(Zxc,'"cSetLBItem( hwnd, item)"') cSetLBItemEX(window-handle, Item-#-list) Call(Zxc,'"cSetLBItemEX(window-handle, Item-#-list)"') cSetLVItem( windowhandle, item #) Call(Zxc,'"cSetLVItem( windowhandle, item #)"') cSetTABItem( hwnd, item) Call(Zxc,'"cSetTABItem( hwnd, item)"') cSetTrackPos( windowhandle, position) Call(Zxc,'"cSetTrackPos( windowhandle, position)"') cSetTVItem( windowhandle, itempath) Call(Zxc,'"cSetTVItem( windowhandle, itempath)"') cSetUpDownPos( windowhandle, position) Call(Zxc,'"cSetUpDownPos( windowhandle, position)"') cSetWndText(window-handle, text) Call(Zxc,'"cSetWndText(window-handle, text)"') cWinIdConvert(window-id | window-handle) Call(Zxc,'"cWinIdConvert(window-id | window-handle)"') cWndByClass( hWnd, "ControlClass" ) Call(Zxc,'"cWndByClass( hWnd, ""ControlClass"" )"') cWndByID( hwnd, IDnumber ) Call(Zxc,'"cWndByID( hwnd, IDnumber )"') cWndByName( hwnd, "ControlTitle" ) Call(Zxc,'"cWndByName( hwnd, ""ControlTitle"" )"') cWndBySeq( hwnd, seqnumber ) Call(Zxc,'"cWndBySeq( hwnd, seqnumber )"') cWndExist(window-handle, window-info, info-type ) Call(Zxc,'"cWndExist(window-handle, window-info, info-type helpinfo)"') cWndByWndSpec(window-class, window-module, child-count [, child-id...]) Call(Zxc,'"cWndByWndSpec(window-class, window-module, child-count [, child-id...])"') cWndGetWndSpec(window-handle) Call(Zxc,'"cWndGetWndSpec(window-handle)"') cWndInfo(hwnd, request ) Call(Zxc,'"cWndInfo(hwnd, request helpinfo)"') cWndState(window-handle / control-handle) Call(Zxc,'"cWndState(window-handle / control-handle)"') CPU.... cCloneCheck() Call(Zxc,'"cCloneCheck()"') cCpuBenchmark(0,bloop,sloop,numerator,0 ) Call(Zxc,'"cCpuBenchmark(0,bloop,sloop,numerator,0 helpinfo)"') cCpuFeat() Call(Zxc,'"cCpuFeat()"') cCpuid() Call(Zxc,'"cCpuid()"') cCpuidExt() Call(Zxc,'"cCpuidExt()"') cCpuSpeed(int) Call(Zxc,'"cCpuSpeed(int)"') cCpuSupt() Call(Zxc,'"cCpuSupt()"') cMemStat() Call(Zxc,'"cMemStat()"') cVendorId() Call(Zxc,'"cVendorId()"') cVersionInfo(0) Call(Zxc,'"cVersionInfo(0)"') File Searcher Extender.... srchFree(handle) Call(Zxc,'"srchFree(handle)"') srchInit(path, mask, strings, exclude mask, flags ) Call(Zxc,'"srchInit(path, mask, strings, exclude mask, flags helpinfo)"') srchNext(handle) Call(Zxc,'"srchNext(handle)"') srchVersion() Call(Zxc,'"srchVersion()"') GPIB Extender.... AllSpoll(boardnum, addresslist) Call(Zxc,'"AllSpoll(boardnum, addresslist)"') DevClear(boardnum, address) Call(Zxc,'"DevClear(boardnum, address)"') DevClearList(boardnum, addresslist) Call(Zxc,'"DevClearList(boardnum, addresslist)"') EnableLocal(boardnum, addresslist) Call(Zxc,'"EnableLocal(boardnum, addresslist)"') EnableRemote(boardnum, addresslist) Call(Zxc,'"EnableRemote(boardnum, addresslist)"') FindLstn(boardnum, addresslist) Call(Zxc,'"FindLstn(boardnum, addresslist)"') FindRQS(boardnum, addresslist) Call(Zxc,'"FindRQS(boardnum, addresslist)"') ibAsk(handle, option ) Call(Zxc,'"ibAsk(handle, option helpinfo)"') ibbna(handle, boardname) Call(Zxc,'"ibbna(handle, boardname)"') ibcac(handle, async ) Call(Zxc,'"ibcac(handle, async helpinfo)"') ibClr(handle) Call(Zxc,'"ibClr(handle)"') ibCmd(handle, commands, bytecount) Call(Zxc,'"ibCmd(handle, commands, bytecount)"') ibCmda(handle, commands, bytecount) Call(Zxc,'"ibCmda(handle, commands, bytecount)"') ibcnt() Call(Zxc,'"ibcnt()"') ibcntl() Call(Zxc,'"ibcntl()"') ibconfig(handle, option , value) Call(Zxc,'"ibconfig(handle, option helpinfo, value)"') ibdev(GPIBIndex, padsad, timeout, eot, eos ) Call(Zxc,'"ibdev(GPIBIndex, padsad, timeout, eot, eos helpinfo)"') ibDma(handle, flag ) Call(Zxc,'"ibDma(handle, flag helpinfo)"') ibEos(handle, eosmode ) Call(Zxc,'"ibEos(handle, eosmode helpinfo)"') ibeot(handle, eotflag ) Call(Zxc,'"ibeot(handle, eotflag helpinfo)"') iberr() Call(Zxc,'"iberr()"') ibevent(handle) Call(Zxc,'"ibevent(handle)"') ibFind(name) Call(Zxc,'"ibFind(name)"') ibGetPad(addr4882_t) Call(Zxc,'"ibGetPad(addr4882_t)"') ibGetSad(addr4882_t) Call(Zxc,'"ibGetSad(addr4882_t)"') ibgts(handle, handshake) Call(Zxc,'"ibgts(handle, handshake)"') ibInit(handle) Call(Zxc,'"ibInit(handle)"') ibIst(handle, flag ) Call(Zxc,'"ibIst(handle, flag helpinfo)"') iblines(handle) Call(Zxc,'"iblines(handle)"') ibln(handle, pad, sad) Call(Zxc,'"ibln(handle, pad, sad)"') ibloc(handle) Call(Zxc,'"ibloc(handle)"') ibMakeAddr(pad,sad) Call(Zxc,'"ibMakeAddr(pad,sad)"') ibOnl(handle, flag ) Call(Zxc,'"ibOnl(handle, flag helpinfo)"') ibPad(handle, pad) Call(Zxc,'"ibPad(handle, pad)"') ibPct(handle) Call(Zxc,'"ibPct(handle)"') ibppc(handle, command ) Call(Zxc,'"ibppc(handle, command helpinfo)"') ibRd(handle, maxcount) Call(Zxc,'"ibRd(handle, maxcount)"') ibRdf(handle, filename) Call(Zxc,'"ibRdf(handle, filename)"') ibRpp(handle) Call(Zxc,'"ibRpp(handle)"') ibRsc(handle, flag ) Call(Zxc,'"ibRsc(handle, flag helpinfo)"') ibRsp(handle) Call(Zxc,'"ibRsp(handle)"') ibrsv(handle, byte) Call(Zxc,'"ibrsv(handle, byte)"') ibSad(handle, sad) Call(Zxc,'"ibSad(handle, sad)"') ibsic(handle) Call(Zxc,'"ibsic(handle)"') ibsre(handle, flag ) Call(Zxc,'"ibsre(handle, flag helpinfo)"') ibsta() Call(Zxc,'"ibsta()"') ibstatus() Call(Zxc,'"ibstatus()"') ibstop(handle) Call(Zxc,'"ibstop(handle)"') ibtmo(handle, timeout ) Call(Zxc,'"ibtmo(handle, timeout helpinfo)"') ibTrg(handle) Call(Zxc,'"ibTrg(handle)"') ibVersion(0) Call(Zxc,'"ibVersion(0)"') ibwait(handle, events ) Call(Zxc,'"ibwait(handle, events helpinfo)"') ibwrt(handle, string, count) Call(Zxc,'"ibwrt(handle, string, count)"') ibWrtf(handle, filename) Call(Zxc,'"ibWrtf(handle, filename)"') PassControl(boardnum, address) Call(Zxc,'"PassControl(boardnum, address)"') PPoll(boardnum) Call(Zxc,'"PPoll(boardnum)"') PPollConfig(boardnum, address, dataline, ISTsense ) Call(Zxc,'"PPollConfig(boardnum, address, dataline, ISTsense helpinfo)"') PPollUnconfig(boardnum, addresslist) Call(Zxc,'"PPollUnconfig(boardnum, addresslist)"') ReadStsByte(boardnum, address) Call(Zxc,'"ReadStsByte(boardnum, address)"') Receive(boardnum, address, termination) Call(Zxc,'"Receive(boardnum, address, termination)"') ReceiveSetup(boardnum, address) Call(Zxc,'"ReceiveSetup(boardnum, address)"') RcvRespMsg(boardnum, count, termination) Call(Zxc,'"RcvRespMsg(boardnum, count, termination)"') ResetSys(boardnum, addresslist) Call(Zxc,'"ResetSys(boardnum, addresslist)"') Send(boardnum, address, data, count, eotmode ) Call(Zxc,'"Send(boardnum, address, data, count, eotmode helpinfo)"') SendCmds(boardnum, commands, count) Call(Zxc,'"SendCmds(boardnum, commands, count)"') SendDataBytes(boardnum, data, count, eotmode ) Call(Zxc,'"SendDataBytes(boardnum, data, count, eotmode helpinfo)"') SendIFC(boardnum) Call(Zxc,'"SendIFC(boardnum)"') SendList(boardnum, addresslist, data, count, eotmode ) Call(Zxc,'"SendList(boardnum, addresslist, data, count, eotmode helpinfo)"') SendLLO(boardnum) Call(Zxc,'"SendLLO(boardnum)"') SendSetup(boardnum, addresslist) Call(Zxc,'"SendSetup(boardnum, addresslist)"') SetRWLS(boardnum, addresslist) Call(Zxc,'"SetRWLS(boardnum, addresslist)"') TestSRQ(boardnum) Call(Zxc,'"TestSRQ(boardnum)"') TestSys(boardnum, addresslist) Call(Zxc,'"TestSys(boardnum, addresslist)"') Trigger(boardnum, address) Call(Zxc,'"Trigger(boardnum, address)"') TriggerList(boardnum, addresslist) Call(Zxc,'"TriggerList(boardnum, addresslist)"') WaitSRQ(boardnum) Call(Zxc,'"WaitSRQ(boardnum)"') HTML Dialog Extender.... hBrowse(action, url, flags ) Call(Zxc,'"hBrowse(action, url, flags helpinfo)"') hBrowseSetPos( left, top, right, bottom) Call(Zxc,'"hBrowseSetPos( left, top, right, bottom)"') hCompatible() Call(Zxc,'"hCompatible()"') hGetVarNames() Call(Zxc,'"hGetVarNames()"') hGetVarValue(variable, default) Call(Zxc,'"hGetVarValue(variable, default)"') hVersionInfo(0) Call(Zxc,'"hVersionInfo(0)"') Huge Math... huge_Add( "num1", "num2") Call(Zxc,'"huge_Add( ""num1"", ""num2"")"') huge_Divide( "num1", "num2") Call(Zxc,'"huge_Divide( ""num1"", ""num2"")"') huge_Multiply( "num1", "num2") Call(Zxc,'"huge_Multiply( ""num1"", ""num2"")"') huge_Subtract( "num1", "num2") Call(Zxc,'"huge_Subtract( ""num1"", ""num2"")"') huge_GetLastError() Call(Zxc,'"huge_GetLastError()"') huge_ExtenderInfo( 0) Call(Zxc,'"huge_ExtenderInfo( 0)"') huge_Decimal(decimals) Call(Zxc,'"huge_Decimal(decimals)"') huge_Thousands(@True|@False ) Call(Zxc,'"huge_Thousands(@True|@False helpinfo)"') huge_SetOptions(UsePrecision,MaximumDivisionPrecision,FixedPrecision,AddThousandsSeparator,SeparatorFormat,Decimal,Thousands ) Call(Zxc,'"huge_SetOptions(UsePrecision,MaximumDivisionPrecision,FixedPrecision,AddThousandsSeparator,SeparatorFormat,Decimal,Thousands helpinfo)"') LAFFDB... dbBindCol(handle,column,varname) Call(Zxc,'"dbBindCol(handle,column,varname)"') dbCloneRecord(handle, recordnum, flags) Call(Zxc,'"dbCloneRecord(handle, recordnum, flags helpinfo)"') dbClose(handle) Call(Zxc,'"dbClose(handle)"') dbCookDatabases(filename,model,format,delimiter,optionstring,handleA,handleB,operation,flags,columnlayout,matchingcriteria) Call(Zxc,'"dbCookDatabases( filename, model, format, delimiter, optionstring, handleA, handleB, operation, flags, columnlayout, matchingcriteria helpinfo)"') dbDebug(handle) Call(Zxc,'"dbDebug(handle)"') dbDeleteColumn(handle, column) Call(Zxc,'"dbDeleteColumn(handle, column)"') dbDeleteRecord(handle, recordnum, flags) Call(Zxc,'"dbDeleteRecord(handle, recordnum, flags helpinfo)"') dbEasterEgg() Call(Zxc,'"dbEasteregg()"') dbFindRecord(handle,recordnum,flags,column,findvalue,matchcase) Call(Zxc,'"dbFindRecord(handle,recordnum,flags,column,findvalue,matchcase helpinfo)"') dbGetColumnCount(handle) Call(Zxc,'"dbGetColumnCount(handle)"') dbGetColumnName(handle, column) Call(Zxc,'"dbGetColumnName(handle, column)"') dbGetColumnType(handle, column) Call(Zxc,'"dbGetColumnType(handle, column)"') dbGetEntireRecord(handle, recordnum, flags) Call(Zxc,'"dbGetEntireRecord(handle, recordnum, flags helpinfo)"') dbGetLastError() Call(Zxc,'"dbGetLastError()"') dbGetNextItem(handle, recordnum, flags) Call(Zxc,'"dbGetNextItem(handle, recordnum, flags helpinfo)"') dbGetRecordCount(handle) Call(Zxc,'"dbGetRecordCount(handle)"') dbGetRecordField(handle, recordnum, column, flags) Call(Zxc,'"dbGetRecordField(handle, recordnum, column, flags helpinfo)"') dbGetVersion() Call(Zxc,'"dbGetVersion()"') dbInsertColumn(handle, column) Call(Zxc,'"dbInsertColumn(handle, column)"') dbMakeNewItem(handle, flags) Call(Zxc,'"dbMakeNewItem(handle, flags helpinfo)"') dbNameColumn(handle, columnnumber, columnname) Call(Zxc,'"dbNameColumn(handle, columnnumber, columnname)"') dbOpen(filename, bCreateOK, model, numcols, format, delimiter, optionstring) Call(Zxc,'"dbOpen(filename, bCreateOK, model, numcols, format, delimiter, optionstring helpinfo)"') dbSave(handle, alternatefilename, backupfilename) Call(Zxc,'"dbSave(handle, alternatefilename, backupfilename)"') dbSetDelimiter(handle, delimiter) Call(Zxc,'"dbSetDelimiter(handle, delimiter)"') dbSetEntireRecord(handle, recordnum, flags) Call(Zxc,'"dbSetEntireRecord(handle, recordnum, flags helpinfo)"') dbSetErrorReporting(title,flag) Call(Zxc,'"dbSetErrorReporting(title,flag helpinfo)"') dbSetRecordField(handle, recordnum, column, flags, value) Call(Zxc,'"dbSetRecordField(handle, recordnum, column, flags, value helpinfo)"') dbSort(handle, column, order) Call(Zxc,'"dbSort(handle, column, order helpinfo)"') dbSwapColumns(handle, column1, column2) Call(Zxc,'"dbSwapColumns(handle, column1, column2)"') IPgrab.... ipAddr2Host(host address, timeout) Call(Zxc,'"ipAddr2Host(host address, timeout)"') ipGetAddress() Call(Zxc,'"ipGetAddress()"') ipGetLastErr() Call(Zxc,'"ipGetLastErr()"') ipHost2Addr(host name, timeout) Call(Zxc,'"ipHost2Addr(host name, timeout)"') ipPing(hostname/address, timeout) Call(Zxc,'"ipPing(hostname/address, timeout)"') ipVersion( 0) Call(Zxc,'"ipVersion( 0)"') Mapi.... mCompatible() Call(Zxc,'"mCompatible()"') mError() Call(Zxc,'"mError()"') mFindNext(handle,message-id,flag ) Call(Zxc,'"mFindNext(handle,message-id,flag helpinfo)"') mLogOff(handle) Call(Zxc,'"mLogOff(handle)"') mLogOn(profile-name) Call(Zxc,'"mLogOn(profile-name)"') mReadNextMsg(logon-handle, seed message-id, flag ) Call(Zxc,'"mReadNextMsg(logon-handle, seed message-id, flag helpinfo)"') mSendMail(email address ,subject ,text ,attach, profile ) Call(Zxc,'"mSendMail(email address ,subject ,text ,attach, profile )"') mSendMailEx(email address ,subject ,text ,attach, profile ) Call(Zxc,'"mSendMailEx(email address ,subject ,text ,attach, profile )"') mSyncMail(profile-name,transport,flag ) Call(Zxc,'"mSyncMail(profile-name,transport,flag helpinfo)"') mVersion() Call(Zxc,'"mVersion()"') Netware 3 Extenders.... n3Attach("servername" , "username", "password") Call(Zxc,'"n3Attach(""servername"" , ""username"", ""password"")"') n3CaptureEnd(portnumber) Call(Zxc,'"n3CaptureEnd(portnumber)"') n3CaptureGet(portnumber) Call(Zxc,'"n3CaptureGet(portnumber)"') n3CapturePrt("servername", "queuename", portnumber, flags ) Call(Zxc,'"n3CapturePrt(""servername"", ""queuename"", portnumber, flags helpinfo)"') n3ChgPassword("servername", "username","old password","new password") Call(Zxc,'"n3ChgPassword(""servername"", ""username"",""old password"",""new password"")"') n3Detach("servername") Call(Zxc,'"n3Detach(""servername"")"') n3DirAttrGet("dirname") Call(Zxc,'"n3DirAttrGet(""dirname"")"') n3DirAttrSet("dirname", attribs , @ON|@OFF) Call(Zxc,'"n3DirAttrSet(""dirname"", attribs helpinfo, @ON|@OFF)"') n3DirTimeGet("dirname", timefield) Call(Zxc,'"n3DirTimeGet(""dirname"", timefield)"') n3DrivePath("localname") Call(Zxc,'"n3DrivePath(""localname"")"') n3DriveStatus("localname") Call(Zxc,'"n3DriveStatus(""localname"")"') n3FileAttrGet("filename") Call(Zxc,'"n3FileAttrGet(""filename"")"') n3FileAttrSet("filename", "attribs", @ON|@OFF) Call(Zxc,'"n3FileAttrSet(""filename"", ""attribs"", @ON|@OFF)"') n3FileTimeGet("filename", timefield) Call(Zxc,'"n3FileTimeGet(""filename"", timefield)"') n3GetConnNum(server) Call(Zxc,'"n3GetConnNum(server)"') n3GetMapped("servername") Call(Zxc,'"n3GetMapped(""servername"")"') n3GetNetAddr("servername", flags ) Call(Zxc,'"n3GetNetAddr(""servername"", flags helpinfo)"') n3GetUser("servername") Call(Zxc,'"n3GetUser(""servername"")"') n3GetUserId("servername", "username", format ) Call(Zxc,'"n3GetUserId(""servername"", ""username"", format helpinfo)"') n3Logout("servername") Call(Zxc,'"n3Logout(""servername"")"') n3Map("netpath", "localname") Call(Zxc,'"n3Map(""netpath"", ""localname"")"') n3MapDelete("localname") Call(Zxc,'"n3MapDelete(""localname"")"') n3MapDir(netpath, localname) Call(Zxc,'"n3MapDir(netpath, localname)"') n3MapRoot("netpath", "localname") Call(Zxc,'"n3MapRoot(""netpath"", ""localname"")"') n3MemberDel("servername", "groupname" ,"username") Call(Zxc,'"n3MemberDel(""servername"", ""groupname"" ,""username"")"') n3MemberGet("servername", "groupname" ,"username") Call(Zxc,'"n3MemberGet(""servername"", ""groupname"" ,""username"")"') n3MemberSet("servername", "groupname" , "username") Call(Zxc,'"n3MemberSet(""servername"", ""groupname"" , ""username"")"') n3MsgSend("servername", "message" , "username") Call(Zxc,'"n3MsgSend(""servername"", ""message"" , ""username"")"') n3MsgSendAll("servername", "message") Call(Zxc,'"n3MsgSendAll(""servername"", ""message"")"') n3ServerInfo("servername", request # ) Call(Zxc,'"n3ServerInfo(""servername"", request # helpinfo)"') n3ServerList(request# ) Call(Zxc,'"n3ServerList(request# helpinfo)"') n3UserGroups("servername", "username") Call(Zxc,'"n3UserGroups(""servername"", ""username"")"') n3Version() Call(Zxc,'"n3Version()"') Netware 4 Extenders.... n4Attach("servername" , "username", "password") Call(Zxc,'"n4Attach(""servername"" , ""username"", ""password"")"') n4CaptureEnd(portnumber) Call(Zxc,'"n4CaptureEnd(portnumber)"') n4CaptureGet(portnumber) Call(Zxc,'"n4CaptureGet(portnumber)"') n4CapturePrt("servername", "queuename", portnumber, flags ) Call(Zxc,'"n4CapturePrt(""servername"", ""queuename"", portnumber, flags helpinfo)"') n4ChgPassword("servername", "username","old password","new password") Call(Zxc,'"n4ChgPassword(""servername"", ""username"",""old password"",""new password"")"') n4Detach("servername") Call(Zxc,'"n4Detach(""servername"")"') n4DirAttrGet("dirname") Call(Zxc,'"n4DirAttrGet(""dirname"")"') n4DirAttrSet("dirname", attribs , @ON|@OFF) Call(Zxc,'"n4DirAttrSet(""dirname"", attribs helpinfo, @ON|@OFF)"') n4DirTimeGet("dirname", timefield) Call(Zxc,'"n4DirTimeGet(""dirname"", timefield)"') n4DrivePath("localname") Call(Zxc,'"n4DrivePath(""localname"")"') n4DriveStatus("localname") Call(Zxc,'"n4DriveStatus(""localname"")"') n4FileAttrGet("filename") Call(Zxc,'"n4FileAttrGet(""filename"")"') n4FileAttrSet("filename", attribs , @ON|@OFF) Call(Zxc,'"n4FileAttrSet(""filename"", attribs helpinfo, @ON|@OFF)"') n4FileTimeGet(filename, time-field) Call(Zxc,'"n4FileTimeGet(filename, time-field)"') n4FileUsers(server, filename) Call(Zxc,'"n4FileUsers(server, filename)"') n4GetConnNum(server) Call(Zxc,'"n4GetConnNum(server)"') n4GetContext(request ) Call(Zxc,'"n4GetContext(request helpinfo)"') n4GetMapped("servername") Call(Zxc,'"n4GetMapped(""servername"")"') n4GetNetAddr("servername", flags ) Call(Zxc,'"n4GetNetAddr(""servername"", flags helpinfo)"') n4GetUser("servername") Call(Zxc,'"n4GetUser(""servername"")"') n4GetUserId("servername", "username", format ) Call(Zxc,'"n4GetUserId(""servername"", ""username"", format helpinfo)"') n4GetUserName( context ) Call(Zxc,'"n4GetUserName( context helpinfo)"') n4Login("username", "password", "context", "tree") Call(Zxc,'"n4Login(""username"", ""password"", ""context"", ""tree"")"') n4Logout() Call(Zxc,'"n4Logout()"') n4LogoutTree("context", "tree") Call(Zxc,'"n4LogoutTree(""context"", "tree")"') n4Map("netpath", "localname") Call(Zxc,'"n4Map(""netpath"", ""localname"")"') n4MapDelete("localname") Call(Zxc,'"n4MapDelete(""localname"")"') n4MapDir(netpath, localname) Call(Zxc,'"n4MapDir(netpath, localname)"') n4MapRoot("netpath", "localname") Call(Zxc,'"n4MapRoot(""netpath"", ""localname"")"') n4MemberDel("servername", "groupname" ,"username") Call(Zxc,'"n4MemberDel(""servername"", ""groupname"" ,""username"")"') n4MemberGet("servername", "groupname" ,"username") Call(Zxc,'"n4MemberGet(""servername"", ""groupname"" ,""username"")"') n4MemberSet("servername", "groupname" , "username") Call(Zxc,'"n4MemberSet(""servername"", ""groupname"" , ""username"")"') n4MsgSend("servername", "message" , "username") Call(Zxc,'"n4MsgSend(""servername"", ""message"" , ""username"")"') n4MsgSendAll("servername", "message") Call(Zxc,'"n4MsgSendAll(""servername"", ""message"")"') n4NameConvert("context", "object", format ) Call(Zxc,'"n4NameConvert(""context"", ""object"", format helpinfo)"') n4ObjDelete( context , object) Call(Zxc,'"n4ObjDelete( context helpinfo, object)"') n4ObjMove( context , object, new-name, retain) Call(Zxc,'"n4ObjMove( context helpinfo, object, new-name, retain)"') n4ObjSearch( context, object, class, parent, flags ) Call(Zxc,'"n4ObjSearch( context, object, class, parent, flags helpinfo)"') n4ObjRename( context , object, new-name, retain) Call(Zxc,'"n4ObjRename( context helpinfo, object, new-name, retain)"') n4ObjectList("context", "parent", "class", "mask") Call(Zxc,'"n4ObjectList(""context"", ""parent"", ""class"", ""mask"")"') n4ObjectInfo("context", "object", request# ) Call(Zxc,'"n4ObjectInfo(""context"", ""object"", request# helpinfo)"') n4ObjectProps("context", "object", 0|1) Call(Zxc,'"n4ObjectProps(""context"", ""object"", 0|1)"') n4ObjGetVal(context, object, attribute, address of buffer, size of buffer) Call(Zxc,'"n4ObjGetVal(context, object, attribute, address of buffer, size of buffer)"') n4ObjOptions( value-delim, field-delim, null-sub, flags , "") Call(Zxc,'"n4ObjOptions( value-delim, field-delim, null-sub, flags helpinfo, """")"') n4ServerInfo("servername", request # ) Call(Zxc,'"n4ServerInfo(""servername"", request # helpinfo)"') n4ServerList(request# ) Call(Zxc,'"n4ServerList(request# helpinfo)"') n4SetContext(context, tree) Call(Zxc,'"n4SetContext(context, tree)"') n4SetContextG(context, tree) Call(Zxc,'"n4SetContextG(context, tree)"') n4SetOptions( option , value) Call(Zxc,'"n4SetOptions( option helpinfo, value)"') n4SetPrimServ(server) Call(Zxc,'"n4SetPrimServ(server)"') n4UserGroupEx(servername, username, context) Call(Zxc,'"n4UserGroupEx(servername, username, context)"') n4UserGroups("servername", "username") Call(Zxc,'"n4UserGroups(""servername"", ""username"")"') n4Version() Call(Zxc,'"n4Version()"') NetwareX Admin Extender.... nwDelConnNum(server-spec,conn-num) Call(Zxc,'"nwDelConnNum(server-spec,conn-num)"') nwLastErrMsg(error_code) Call(Zxc,'"nwLastErrMsg(error_code)"') nwSetDirInfo(dir-spec,request,altparam1,altparam2,flags ) Call(Zxc,'"nwSetDirInfo(dir-spec,request,altparam1,altparam2,flags helpinfo)"') nwSetDirLimit(dir-spec,limit) Call(Zxc,'"nwSetDirLimit(dir-spec,limit)"') nwSetFileInfo(file-spec,request,altparam1,altparam2,flags ) Call(Zxc,'"nwSetFileInfo(file-spec,request,altparam1,altparam2,flags helpinfo)"') nwSetPassword(obj-spec,newpwd,flags ) Call(Zxc,'"nwSetPassword(obj-spec,newpwd,flags helpinfo)"') nwSetVolLimit(volume-spec,user-spec,limit) Call(Zxc,'"nwSetVolLimit(volume-spec,user-spec,limit)"') nwSetSrvInfo(server-spec,request,altparam1) Call(Zxc,'"nwSetSrvInfo(server-spec,request,altparam1)"') nwSetSrvParam(server-spec,CmdName,CmdType,CmdValue) Call(Zxc,'"nwSetSrvParam(server-spec,CmdName,CmdType,CmdValue)"') nwSrvShutdown(server-spec,flag ) Call(Zxc,'"nwSrvShutdown(server-spec,flag helpinfo)"') nwSrvNLMMgr(server-spec,request ,nlm-spec) Call(Zxc,'"nwSrvNLMMgr(server-spec,request helpinfo,nlm-spec)"') nwSrvExecNCF(server-spec,ncf-spec) Call(Zxc,'"nwSrvExecNCF(server-spec,ncf-spec)"') nwVersionA(request ) Call(Zxc,'"nwVersionA(request helpinfo)"') NetwareX User Extender.... nwChgPassword(obj-spec,oldpwd,newpwd,flags ) Call(Zxc,'"nwChgPassword(obj-spec,oldpwd,newpwd,flags helpinfo)"') nwClientInfo(request ) Call(Zxc,'"nwClientInfo(request helpinfo)"') nwDrivePath(drive-letter) Call(Zxc,'"nwDrivePath(drive-letter)"') nwDriveStatus(drive-letter) Call(Zxc,'"nwDriveStatus(drive-letter)"') nwGetConnInfo(server-spec,request ,altparam1,altparam2) Call(Zxc,'"nwGetConnInfo(server-spec,request helpinfo,altparam1,altparam2)"') nwGetContext(request ,tree-name) Call(Zxc,'"nwGetContext(request helpinfo,tree-name)"') nwGetDirInfo(dir-spec,request,altparam1,altparam2,flags ) Call(Zxc,'"nwGetDirInfo(dir-spec,request,altparam1,altparam2,flags helpinfo)"') nwGetDirLimit(dir-spec,flag ) Call(Zxc,'"nwGetDirLimit(dir-spec,flag helpinfo)"') nwGetFileInfo(file-spec,request,altparam1,altparam2,flags ) Call(Zxc,'"nwGetFileInfo(file-spec,request,altparam1,altparam2,flags helpinfo)"') nwGetMapped(server-spec) Call(Zxc,'"nwGetMapped(server-spec)"') nwGetNLMInfo(server-spec,request,altparam1) Call(Zxc,'"nwGetNLMInfo(server-spec,request,altparam1)"') nwGetOptions(request ) Call(Zxc,'"nwGetOptions(request helpinfo)"') nwGetSrvCfg(server-spec,request ,altparam1) Call(Zxc,'"nwGetSrvCfg(server-spec,request helpinfo,altparam1)"') nwGetSrvInfo(server-spec,request ,altparam1) Call(Zxc,'"nwGetSrvInfo(server-spec,request helpinfo,altparam1)"') nwGetSrvParam(server-spec,request ,altparam1) Call(Zxc,'"nwGetSrvParam(server-spec,request helpinfo,altparam1)"') nwGetSrvStats(server-spec,request ,altparam1) Call(Zxc,'"nwGetSrvStats(server-spec,request helpinfo,altparam1)"') nwGetVolLimit(volume-spec,user-spec,flag ) Call(Zxc,'"nwGetVolLimit(volume-spec,user-spec,flag helpinfo)"') nwLastErrMsg(error_code) Call(Zxc,'"nwLastErrMsg(error_code)"') nwMap(net-path,local-name,flag ) Call(Zxc,'"nwMap(net-path,local-name,flag helpinfo)"') nwMapDelete(local-name) Call(Zxc,'"nwMapDelete(local-name)"') nwNameConvert(object-spec,request ) Call(Zxc,'"nwNameConvert(object-spec,request helpinfo)"') nwGetObjValue(object-spec, attribute, binbuf-addr, binbuf-size, flag ) Call(Zxc,'"nwGetObjValue(object-spec, attribute, binbuf-addr, binbuf-size, flag helpinfo)"') nwGetObjInfo(object-spec,request ) Call(Zxc,'"nwGetObjInfo(object-spec,request helpinfo)"') nwServerList(request ) Call(Zxc,'"nwServerList(request helpinfo)"') nwSetContext(request ,context,tree) Call(Zxc,'"nwSetContext(request helpinfo,context,tree)"') nwSetOptions(request ,value) Call(Zxc,'"nwSetOptions(request helpinfo,value)"') nwSetPrimServ(server-spec) Call(Zxc,'"nwSetPrimServ(server-spec)"') nwSrvGenGUID(server-spec) Call(Zxc,'"nwSrvGenGUID(server-spec)"') nwVfyPassword(obj-spec,passwordd,0) Call(Zxc,'"nwVfyPassword(obj-spec,passwordd,0)"') nwVersionU(request) Call(Zxc,'"nwVersionU(request)"') Windows NT Extenders.... wntAccessAdd(servername, resource/sharename, username, sharetype, accessstring[,flags] ) Call(Zxc,'"wntAccessAdd(servername, resource/sharename, username, sharetype, accessstring[,flags] helpinfo)"') wntAccessAdd2(servername, resource/share-name, user/group-name,object-type, access-string) Call(Zxc,'"wntAccessAdd2(servername, resource/share-name, user/group-name,object-type, access-string)"') wntAccessDel(servername, resource/sharename, username, sharetype[,flags] ) Call(Zxc,'"wntAccessDel(servername, resource/sharename, username, sharetype[,flags] helpinfo)"') wntAccessGet(servername, resource/sharename, username, objecttype[,flags]) Call(Zxc,'"wntAccessGet(servername, resource/sharename, username, objecttype[,flags])"') wntAccessList(servername, resource/sharename, objecttype, flags ) Call(Zxc,'"wntAccessList(servername, resource/sharename, objecttype, flags helpinfo)"') wntAccessMod(servername, resource, object-type, request, flag ) Call(Zxc,'"wntAccessMod(servername, resource, object-type, request, flag helpinfo)"') wntAcctInfo( servername, account-name, request[,flags] ) Call(Zxc,'"wntAcctInfo( servername, account-name, request[,flags] helpinfo)"') wntAcctPolGet( servername, request ) Call(Zxc,'"wntAcctPolGet( servername, request helpinfo)"') wntAcctPolSet( servername, request , value) Call(Zxc,'"wntAcctPolSet( servername, request helpinfo, value)"') wntAddDrive(userid, pswd, netresource, local drive, persist) Call(Zxc,'"wntAddDrive(userid, pswd, netresource, local drive, persist)"') wntAddPrinter(userid, pswd, netresource, local device, persist ) Call(Zxc,'"wntAddPrinter(userid, pswd, netresource, local device, persist helpinfo)"') wntAuditAdd(servername, resource/share-name, user/group name, object-type , access-string[,flags]) Call(Zxc,'"wntAuditAdd(servername, resource/share-name, user/group name, object-type helpinfo, access-string[,flags])"') wntAuditAdd2(servername, resource/share-name, user/group name, object-type , access-string) Call(Zxc,'"wntAuditAdd2(servername, resource/share-name, user/group name, object-type helpinfo, access-string)"') wntAuditDel(servername, resource/share-name, user/group name, object-type[,flags] ) Call(Zxc,'"wntAuditDel(servername, resource/share-name, user/group name, object-type[,flags] helpinfo)"') wntAuditGet(servername, resource/share-name, user/group name, object-type[,flags] ) Call(Zxc,'"wntAuditGet(servername, resource/share-name, user/group name, object-type[,flags] helpinfo)"') wntAuditList( servername, resource/share-name, object-type, flag ) Call(Zxc,'"wntAuditList( servername, resource/share-name, object-type, flag helpinfo)"') wntAuditMod(servername, resource, object-type, request, flag ) Call(Zxc,'"wntAuditMod(servername, resource, object-type, request, flag helpinfo)"') wntCancelCon(local drive, persist , forceflag) Call(Zxc,'"wntCancelCon(local drive, persist helpinfo, forceflag)"') wntChgPswd(server/domain, username, oldpassword, newpassword) Call(Zxc,'"wntChgPswd(server/domain, username, oldpassword, newpassword)"') wntCurrUsers( servername, flags ) Call(Zxc,'"wntCurrUsers( servername, flags helpinfo)"') wntDirDialog(flag) Call(Zxc,'"wntDirDialog(flag)"') wntDomainSync( servername, request ) Call(Zxc,'"wntDomainSync( servername, request helpinfo)"') wntEventLog( servername, text) Call(Zxc,'"wntEventLog( servername, text)"') wntEventWrite( servername, source-name, type/category , event-id, description) Call(Zxc,'"wntEventWrite( servername, source-name, type/category helpinfo, event-id, description)"') wntFileClose(servername, filepathname) Call(Zxc,'"wntFileClose(servername, filepathname)"') wntFilesOpen( servername) Call(Zxc,'"wntFilesOpen( servername)"') wntFileUsers( servername, file-pathname) Call(Zxc,'"wntFileUsers( servername, file-pathname)"') wntGetCon(local drive) Call(Zxc,'"wntGetCon(local drive)"') wntGetDc( servername, domain-name, flag ) Call(Zxc,'"wntGetDc( servername, domain-name, flag helpinfo)"') wntGetDrive( net-resource) Call(Zxc,'"wntGetDrive( net-resource)"') wntGetUser(netname) Call(Zxc,'"wntGetUser(netname)"') wntGroupAdd( servername, group-name, group-type ,"") Call(Zxc,'"wntGroupAdd( servername, group-name, group-type helpinfo,"""")"') wntGroupDel( servername, group-name, group-type [,inputformatflag] ) Call(Zxc,'"wntGroupDel( servername, group-name, group-type [,inputformatflag] helpinfo)"') wntGroupEdit( servername, group, group-type, request, value [,inputformatflag] ) Call(Zxc,'"wntGroupEdit( servername, group, group-type, request, value, [,inputformatflag] helpinfo )"') wntGroupInfo(servername, group, grouptype, request [,outputformatflag [,inputformatflag]] ) Call(Zxc,'"wntGroupInfo(servername, group, grouptype, request [,outputformatflag [,inputformatflag]] helpinfo)"') wntGroupRen(servername, group, group-type , new-name [,inputformatflag] ) Call(Zxc,'"wntGroupRen(servername, group, group-type, new-name [,inputformatflag] helpinfo )"') wntLastErrMsg() Call(Zxc,'"wntLastErrMsg()"') wntListGroups(servername, grouptype [,outputformatflag] ) Call(Zxc,'"wntListGroups(servername, grouptype [,outputformatflag] helpinfo)"') wntLsaPolGet( servername, class , element) Call(Zxc,'"wntLsaPolGet( servername, class helpinfo, element)"') wntLsaPolSet( servername, class , element, value) Call(Zxc,'"wntLsaPolSet( servername, class helpinfo, element, value)"') wntMemberDel(servername, groupname, username, grouptype [,inputformatflag] ) Call(Zxc,'"wntMemberDel(servername, groupname, username, grouptype [,inputformatflag] helpinfo)"') wntMemberGet(servername, groupname, username, grouptype [,inputformatflag] ) Call(Zxc,'"wntMemberGet(servername, groupname, username, grouptype [,inputformatflag] helpinfo)"') wntMemberGrps(servername, username, grouptype, flags [,outputformatflag [,inputformatflag]] ) Call(Zxc,'"wntMemberGrps(servername, username, grouptype, flags [,outputformatflag [,inputformatflag]] helpinfo)"') wntMemberList(servername, groupname, grouptype [,outputformatflag [,inputformatflag]] ) Call(Zxc,'"wntMemberList(servername, groupname, grouptype [,outputformatflag [,inputformatflag]] helpinfo)"') wntMemberLst2(servername, groupname, grouptype ) Call(Zxc,'"wntMemberLst2(servername, groupname, grouptype helpinfo)"') wntMemberSet(servername, groupname, username, grouptype [,inputformatflag] ) Call(Zxc,'"wntMemberSet(servername, groupname, username, grouptype [,inputformatflag] helpinfo)"') wntOwnerGet(servername, regkey, resourcename, objecttype, flag ) Call(Zxc,'"wntOwnerGet(servername, regkey, resourcename, objecttype, flag helpinfo)"') wntOwnerSet(servername, regkey, resourcename, objecttype , user/group name[,flags]) Call(Zxc,'"wntOwnerSet(servername, regkey, resourcename, objecttype helpinfo, user/group name[,flags])"') wntPrivAdd( servername, user/group name, privilege, [,inputformatflag] ) Call(Zxc,'"wntPrivAdd( servername, user/group name, privilege [,inputformatflag] helpinfo)"') wntPrivDel( servername, user/group name, privilege [,inputformatflag] ) Call(Zxc,'"wntPrivDel( servername, user/group name, privilege [,inputformatflag] helpinfo)"') wntPrivGet( servername, user/group name, privilege [,inputformatflag] ) Call(Zxc,'"wntPrivGet( servername, user/group name, privilege [,inputformatflag] helpinfo)"') wntPrivList( servername, user/group name [,inputformatflag] ) Call(Zxc,'"wntPrivList( servername, user/group name [,inputformatflag] helpinfo)"') wntPrivUsers( servername, privilege [,outputformatflag] ) Call(Zxc,'"wntPrivUsers( servername, privilege [,outputformatflag] helpinfo)"') wntRasUserGet( servername, username, request [,inputformatflag] ) Call(Zxc,'"wntRasUserGet( servername, username, request [,inputformatflag] helpinfo)"') wntRasUserSet( servername,:username, privilege , phone-number [,inputformatflag] ) Call(Zxc,'"wntRasUserSet( servername,:username, privilege, phone-number [,inputformatflag] helpinfo )"') wntRemoteTime( servername, format ) Call(Zxc,'"wntRemoteTime( servername, format helpinfo)"') wntResources(netresource, scope, type , usage) Call(Zxc,'"wntResources(netresource, scope, type helpinfo, usage)"') wntResources2(netresource, scope, type , usage, provider) Call(Zxc,'"wntResources2(netresource, scope, type helpinfo, usage, provider)"') wntRunAsUser( domain/server, username, password, login-type, flags ) Call(Zxc,'"wntRunAsUser( domain/server, username, password, login-type, flags helpinfo)"') wntServerInfo( servername, request ) Call(Zxc,'"wntServerInfo( servername, request helpinfo)"') wntServerList(servername, domainname, servertype ) Call(Zxc,'"wntServerList(servername, domainname, servertype helpinfo)"') wntServerType(servername) Call(Zxc,'"wntServerType(servername)"') wntServiceAt(server, domain, servertype, servicename, flags ) Call(Zxc,'"wntServiceAt(server, domain, servertype, servicename, flags helpinfo)"') wntServiceInf(servername) Call(Zxc,'"wntServiceInf(servername)"') wntShareAdd(servername, resource, sharename,sharetype , maxusers) Call(Zxc,'"wntShareAdd(servername, resource, sharename,sharetype helpinfo, maxusers)"') wntShareDel(servername, resource/sharename, sharetype ) Call(Zxc,'"wntShareDel(servername, resource/sharename, sharetype helpinfo)"') wntShareinfo(servername, resource/sharename, sharetype , request) Call(Zxc,'"wntShareinfo(servername, resource/sharename, sharetype helpinfo, request)"') wntShareList( servername, share-type, flags ) Call(Zxc,'"wntShareList( servername, share-type, flags helpinfo)"') wntShareSet(servername, resource/sharename, sharetype , comment, description) Call(Zxc,'"wntShareSet(servername, resource/sharename, sharetype helpinfo, comment, description)"') wntShareUsers( servername, share/computername, share-type, format, flags ) Call(Zxc,'"wntShareUsers( servername, share/computername, share-type, format, flags helpinfo)"') wntShutdown( computername, message, timeout, force, reboot ) Call(Zxc,'"wntShutdown( computername, message, timeout, force, reboot helpinfo)"') wntSvcCfgGet( server, service-name, flags, request ) Call(Zxc,'"wntSvcCfgGet( server, service-name, flags, request helpinfo)"') wntSvcCfgSet( server, service-name, flags, request , value) Call(Zxc,'"wntSvcCfgSet( server, service-name, flags, request helpinfo, value)"') wntSvcControl(server, servicename, flags , controlcode) Call(Zxc,'"wntSvcControl(server, servicename, flags helpinfo, controlcode)"') wntSvcCreate(servername, string-values , numeric-values, dependencies, reserved) Call(Zxc,'"wntSvcCreate(servername, string-values helpinfo, numeric-values, dependencies, reserved)"') wntSvcDelete( server, service-name, flags ) Call(Zxc,'"wntSvcDelete( server, service-name, flags helpinfo)"') wntSvcList( server, service-name, flags ) Call(Zxc,'"wntSvcList( server, service-name, flags helpinfo)"') wntSvcStart(server, servicename, flags , params, delimiter) Call(Zxc,'"wntSvcStart(server, servicename, flags helpinfo, params, delimiter)"') wntSvcStatus(server, servicename, flags , request) Call(Zxc,'"wntSvcStatus(server, servicename, flags helpinfo, request)"') wntUserAdd(servername) Call(Zxc,'"wntUserAdd(servername)"') wntUserAddDat(element, value ) Call(Zxc,'"wntUserAddDat(element, value helpinfo)"') wntUserDel(servername, username [,inputformatflag] ) Call(Zxc,'"wntUserDel(servername, username [,inputformatflag] helpinfo )"') wntUserExist(servername, username [,inputformatflag] ) Call(Zxc,'"wntUserExist(servername, username [,inputformatflag] helpinfo )"') wntUserGetDat(servername, username, element [,inputformatflag] ) Call(Zxc,'"wntUserGetDat(servername, username, element [,inputformatflag] helpinfo)"') wntUserInfo(request ) Call(Zxc,'"wntUserInfo(request helpinfo)"') wntUserList( servername, account-type [,outputformatflag] ) Call(Zxc,'"wntUserList( servername, account-type [,outputformatflag] helpinfo)"') wntUserProps(servername, username, request [,inputformatflag] ) Call(Zxc,'"wntUserProps(servername, username, request [,inputformatflag] helpinfo)"') wntUserRename(servername, old-username, new-username [,inputformatflag] ) Call(Zxc,'"wntUserRename(servername, old-username, new-username [,inputformatflag] )"') wntUserSetDat(servername, username, element, value [,inputformatflag] ) Call(Zxc,'"wntUserSetDat(servername, username, element, value [,inputformatflag] helpinfo)"') wntUserSidChk( request , SID, 0, 0, 0) Call(Zxc,'"wntUserSidChk( request helpinfo, SID, 0, 0, 0)"') wntVersion() Call(Zxc,'"wntVersion()"') wntWtsUserGet( servername, username, request [,inputformatflag] ) Call(Zxc,'"wntWtsUserGet( servername, username, request [,inputformatflag] helpinfo)"') wntWtsUserSet( servername, username, request , value [,inputformatflag]) Call(Zxc,'"wntWtsUserSet( servername, username, request, value [,inputformatflag] helpinfo)"') Windows 9x Extenders.... w9xAccessAdd(servername, resource/sharename, user/group name, objecttype , accessstring) Call(Zxc,'"w9xAccessAdd(servername, resource/sharename, user/group name, objecttype helpinfo, accessstring)"') w9xAccessDel(servername, resource/sharename, user/group name, objecttype ) Call(Zxc,'"w9xAccessDel(servername, resource/sharename, user/group name, objecttype helpinfo)"') w9xAccessGet(servername, resource/sharename, user/group name, objecttype ) Call(Zxc,'"w9xAccessGet(servername, resource/sharename, user/group name, objecttype helpinfo)"') w9xAccessList(servername, resource/sharename, objecttype, flags ) Call(Zxc,'"w9xAccessList(servername, resource/sharename, objecttype, flags helpinfo)"') w9xFileUsers( servername, file-pathname) Call(Zxc,'"w9xFileUsers( servername, file-pathname)"') w9xGetDc( servername, domain-name, flag ) Call(Zxc,'"w9xGetDc( servername, domain-name, flag helpinfo)"') w9xGroupAdd( servername, group-name, group-type , "") Call(Zxc,'"w9xGroupAdd( servername, group-name, group-type helpinfo, """")"') w9xGroupDel( servername, group-name, group-type ) Call(Zxc,'"w9xGroupDel( servername, group-name, group-type helpinfo)"') w9xGroupInfo(servername, group, group-type, request ) Call(Zxc,'"w9xGroupInfo(servername, group, group-type, request helpinfo)"') w9xListGroups(servername, grouptype ) Call(Zxc,'"w9xListGroups(servername, grouptype helpinfo)"') w9xMemberDel(servername, groupname, username, grouptype ) Call(Zxc,'"w9xMemberDel(servername, groupname, username, grouptype helpinfo)"') w9xMemberGet(servername, groupname, username, grouptype ) Call(Zxc,'"w9xMemberGet(servername, groupname, username, grouptype helpinfo)"') w9xMemberGrps(servername, username, grouptype, flags ) Call(Zxc,'"w9xMemberGrps(servername, username, grouptype, flags helpinfo)"') w9xMemberList(servername, groupname, grouptype ) Call(Zxc,'"w9xMemberList(servername, groupname, grouptype helpinfo)"') w9xMemberSet(servername, groupname, username, grouptype ) Call(Zxc,'"w9xMemberSet(servername, groupname, username, grouptype helpinfo)"') w9xOwnerGet(servername, reg-key, resource-name, object-type, flag ) Call(Zxc,'"w9xOwnerGet(servername, reg-key, resource-name, object-type, flag helpinfo)"') w9xRemoteTime( servername, format ) Call(Zxc,'"w9xRemoteTime( servername, format helpinfo)"') w9xServiceAt(server, domain, servertype, servicename, flags ) Call(Zxc,'"w9xServiceAt(server, domain, servertype, servicename, flags helpinfo)"') w9xServerList(server, domain, servertype ) Call(Zxc,'"w9xServerList(server, domain, servertype helpinfo)"') w9xShareAdd(servername, resource, sharename, sharetype , maxusers) Call(Zxc,'"w9xShareAdd(servername, resource, sharename, sharetype helpinfo, maxusers)"') w9xShareDel(servername, resource/sharename, sharetype ) Call(Zxc,'"w9xShareDel(servername, resource/sharename, sharetype helpinfo)"') w9xShareInfo(servername, resource/sharename, sharetype, request ) Call(Zxc,'"w9xShareInfo(servername, resource/sharename, sharetype, request helpinfo)"') w9xShareSet(servername, resource/sharename, sharetype , comment, s:location) Call(Zxc,'"w9xShareSet(servername, resource/sharename, sharetype helpinfo, comment, s:location)"') w9xUserAdd(servername) Call(Zxc,'"w9xUserAdd(servername)"') w9xUserAddDat(element, value) Call(Zxc,'"w9xUserAddDat(element, value)"') w9xUserDel(servername, username) Call(Zxc,'"w9xUserDel(servername, username)"') w9xUserExist(servername, username) Call(Zxc,'"w9xUserExist(servername, username)"') w9xUserGetDat(servername, username, element ) Call(Zxc,'"w9xUserGetDat(servername, username, element helpinfo)"') w9xUserInfo(request ) Call(Zxc,'"w9xUserInfo(request helpinfo)"') w9xUserList( servername, account-type ) Call(Zxc,'"w9xUserList( servername, account-type helpinfo)"') w9xUserProps(servername, username, request ) Call(Zxc,'"w9xUserProps(servername, username, request helpinfo)"') w9xUserRename(servername, old-username, new-username) Call(Zxc,'"w9xUserRename(servername, old-username, new-username)"') w9xUserSetDat(servername, username, element , value) Call(Zxc,'"w9xUserSetDat(servername, username, element helpinfo, value)"') w9xVersion() Call(Zxc,'"w9xVersion()"') Windows 95 Extenders.... w95AccessAdd(servername, resource, username, accessrights, flags ) Call(Zxc,'"w95AccessAdd(servername, resource, username, accessrights, flags helpinfo)"') w95AccessDel(servername, resource , username) Call(Zxc,'"w95AccessDel(servername, resource helpinfo, username)"') w95AddDrive(userid, pswd, netresource, localdrive, persist ) Call(Zxc,'"w95AddDrive(userid, pswd, netresource, localdrive, persist helpinfo)"') w95AddPrinter(userid, pswd, netresource, local device, persist ) Call(Zxc,'"w95AddPrinter(userid, pswd, netresource, local device, persist helpinfo)"') w95CancelCon(local drive, persist, forceflag ) Call(Zxc,'"w95CancelCon(local drive, persist, forceflag helpinfo)"') w95DirDialog(flag ) Call(Zxc,'"w95DirDialog(flag helpinfo)"') w95FileClose(Servername, pathname) Call(Zxc,'"w95FileClose(Servername, pathname)"') w95FileUsers( servername, file-pathname) Call(Zxc,'"w95FileUsers( servername, file-pathname)"') w95GetCon(local name) Call(Zxc,'"w95GetCon(local name)"') w95GetDrive( net-resource) Call(Zxc,'"w95GetDrive( net-resource)"') w95GetUser(netname) Call(Zxc,'"w95GetUser(netname)"') w95Resources(netresource, scope, type , usage) Call(Zxc,'"w95Resources(netresource, scope, type helpinfo, usage)"') w95ServerInfo( servername, request ) Call(Zxc,'"w95ServerInfo( servername, request helpinfo)"') w95ServerType(servername) Call(Zxc,'"w95ServerType(servername)"') w95ServiceAt(server, domain, server-type, service-name, flags ) Call(Zxc,'"w95ServiceAt(server, domain, server-type, service-name, flags helpinfo)"') w95ServiceInf(servername) Call(Zxc,'"w95ServiceInf(servername)"') w95ShareAdd(servername, resource, sharename,sharetype, flags ) Call(Zxc,'"w95ShareAdd(servername, resource, sharename,sharetype, flags helpinfo)"') w95ShareDel(servername, sharename ) Call(Zxc,'"w95ShareDel(servername, sharename helpinfo)"') w95ShareInfo(servername, sharename, request ) Call(Zxc,'"w95ShareInfo(servername, sharename, request helpinfo)"') w95ShareList( servername, share-type, flags ) Call(Zxc,'"w95ShareList( servername, share-type, flags helpinfo)"') w95ShareSet(servername, sharename , comment, fullpassword, readpassword) Call(Zxc,'"w95ShareSet(servername, sharename helpinfo, comment, fullpassword, readpassword)"') w95ShareUsers( servername, share/computername, share-type , format, flags) Call(Zxc,'"w95ShareUsers( servername, share/computername, share-type helpinfo, format, flags)"') w95Version() Call(Zxc,'"w95Version()"') WinInet Internet Extender.... iAddr2Host(host address, timeout) Call(Zxc,'"iAddr2Host(host address, timeout)"') iBegin(accesstype, proxyname, proxybypass ) Call(Zxc,'"iBegin(accesstype, proxyname, proxybypass helpinfo)"') iClose(handle) Call(Zxc,'"iClose(handle)"') iContentData(bbaddr, endofcontent, name, value ) Call(Zxc,'"iContentData(bbaddr, endofcontent, name, value helpinfo)"') iContentFile(bbaddr, endofcontent, name, localfile, mime-type ) Call(Zxc,'"iContentFile(bbaddr, endofcontent, name, localfile, mime-type helpinfo)"') iContentUrl(url-data, keyword, value ) Call(Zxc,'"iContentUrl(url-data, keyword, value helpinfo)"') iDial(dial-up name, password) Call(Zxc,'"iDial(dial-up name, password)"') iDialHangUp(connection) Call(Zxc,'"iDialHangUp(connection)"') iDialItemize() Call(Zxc,'"iDialItemize()"') iFtpCmd(ftp-handle, command, command-parameters, transfer mode ) Call(Zxc,'"iFtpCmd(ftp-handle, command, command-parameters, transfer mode helpinfo)"') iFtpDelete(ftp-handle, filename) Call(Zxc,'"iFtpDelete(ftp-handle, filename)"') iFtpDialog( option, title, text, progress, cancel-flag ) Call(Zxc,'"iFtpDialog( option, title, text, progress, cancel-flag helpinfo)"') iFtpDirChange( ftp-handle, directory) Call(Zxc,'"iFtpDirChange( ftp-handle, directory)"') iFtpDirGet( ftp-handle) Call(Zxc,'"iFtpDirGet( ftp-handle)"') iFtpDirMake(ftp-handle, directory) Call(Zxc,'"iFtpDirMake(ftp-handle, directory)"') iFtpDirRemove(ftp-handle, directory) Call(Zxc,'"iFtpDirRemove(ftp-handle, directory)"') iFtpFindInit( filehandle, directory, filename mask , recurse, match-case) Call(Zxc,'"iFtpFindInit( filehandle, directory, filename mask helpinfo, recurse, match-case)"') iFtpFindNext(extended info) Call(Zxc,'"iFtpFindNext(extended info)"') iFtpGet(ftphandle,remotefile,localfile,file-size,flags ) Call(Zxc,'"iFtpGet(ftphandle,remotefile,localfile,file-size,flags helpinfo)"') iFtpOpen(connect-handle, filename, access, flag ) Call(Zxc,'"iFtpOpen(connect-handle, filename, access, flag helpinfo)"') iFtpPut(ftphandle,local-file,remote-file,filesize,flag ) Call(Zxc,'"iFtpPut(ftphandle,local-file,remote-file,filesize,flag helpinfo)"') iFtpRename(ftp-handle, source-filename, target-filename) Call(Zxc,'"iFtpRename(ftp-handle, source-filename, target-filename)"') iGetConState(request ) Call(Zxc,'"iGetConState(request helpinfo)"') iGetConStatEx(request ) Call(Zxc,'"iGetConStatEx(request helpinfo)"') iGetLastError() Call(Zxc,'"iGetLastError()"') iGetResponse() Call(Zxc,'"iGetResponse()"') iHost2Addr(host name, timeout) Call(Zxc,'"iHost2Addr(host name, timeout)"') iHostConnect(handle, host, service , userid, pswd) Call(Zxc,'"iHostConnect(handle, host, service helpinfo, userid, pswd)"') iHttpHeaders(datahandle) Call(Zxc,'"iHttpHeaders(datahandle)"') iHttpInit(connecthandle, verb, object, referrer, flags ) Call(Zxc,'"iHttpInit(connecthandle, verb, object, referrer, flags helpinfo)"') iHttpOpen(datahandle, headers, bbaddr / url-data, data-length / flag ) Call(Zxc,'"iHttpOpen(datahandle, headers, bbaddr / url-data, data-length / flag helpinfo)"') iLocFindInit( directory, filename mask, recurse ) Call(Zxc,'"iLocFindInit( directory, filename mask, recurse helpinfo)"') iLocFindNext(extended info) Call(Zxc,'"iLocFindNext(extended info)"') iOptionGet(tophandle, optionname ) Call(Zxc,'"iOptionGet(tophandle, optionname helpinfo)"') iOptionSet(handle, optionname , newvalue) Call(Zxc,'"iOptionSet(handle, optionname helpinfo, newvalue)"') iPing(hostname/address, timeout) Call(Zxc,'"iPing(hostname/address, timeout)"') iReadData(datahandle, localfile) Call(Zxc,'"iReadData(datahandle, localfile)"') iReadDataBuf(ftphandle, bbaddr, bbsize) Call(Zxc,'"iReadDataBuf(ftphandle, bbaddr, bbsize)"') iUrlDecode(data) Call(Zxc,'"iUrlDecode(data)"') iUrlEncode(data) Call(Zxc,'"iUrlEncode(data)"') iUrlOpen(tophandle, url) Call(Zxc,'"iUrlOpen(tophandle, url)"') iVersion() Call(Zxc,'"iVersion()"') iWriteData( ftphandle, filename) Call(Zxc,'"iWriteData( ftphandle, filename)"') iWriteDataBuf(ftp file-handle, bbaddr, bbsize) Call(Zxc,'"iWriteDataBuf(ftp file-handle, bbaddr, bbsize helpinfo)"') ODBC.... qAllocConnect(henv) Call(Zxc,'"qAllocConnect(henv)"') qAllocEnv() Call(Zxc,'"qAllocEnv()"') qAllocStmt(hdbc) Call(Zxc,'"qAllocStmt(hdbc)"') qBindCol(hstmt, col, varname, maxsize) Call(Zxc,'"qBindCol(hstmt, col, varname, maxsize)"') qColumns(hstmt, tablequalifier , tableowner, s:tablename, columnname) Call(Zxc,'"qColumns(hstmt, tablequalifier helpinfo, tableowner, s:tablename, columnname)"') qConfigData( request-flag , driver, attributes, display-flag ) Call(Zxc,'"qConfigData( request-flag , driver, attributes, display-flag helpinfo)"') qConfigError() Call(Zxc,'"qConfigError()"') qConnect(hdbc, datasource, userID, authstring ) Call(Zxc,'"qConnect(hdbc, datasource, userID, authstring helpinfo)"') qDataSources(henv, direction ) Call(Zxc,'"qDataSources(henv, direction helpinfo)"') qDisconnect(hdbc) Call(Zxc,'"qDisconnect(hdbc)"') qDriverCon(hdbc, connect string, prompt user) Call(Zxc,'"qDriverCon(hdbc, connect string, prompt user)"') qDriverList() Call(Zxc,'"qDriverList()"') qError(handle, type ) Call(Zxc,'"qError(handle, type helpinfo)"') qExecDirect(hstmt, statement) Call(Zxc,'"qExecDirect(hstmt, statement)"') qFetch(hstmt) Call(Zxc,'"qFetch(hstmt)"') qFreeConnect(hdbc) Call(Zxc,'"qFreeConnect(hdbc)"') qFreeEnv(henv) Call(Zxc,'"qFreeEnv(henv)"') qFreeStmt(hstmt, option ) Call(Zxc,'"qFreeStmt(hstmt, option helpinfo)"') qGetData(hstmt, col, varname, maxsize) Call(Zxc,'"qGetData(hstmt, col, varname, maxsize)"') qLastCode() Call(Zxc,'"qLastCode()"') qNativeSql( hdbc, SQL-string) Call(Zxc,'"qNativeSql( hdbc, SQL-string)"') qNumRsltCol(hstmt) Call(Zxc,'"qNumRsltCol(hstmt)"') qSetConnOpt(hdbc, option , value, stringflag) Call(Zxc,'"qSetConnOpt(hdbc, option helpinfo, value, stringflag)"') qSpecial(p1, p2, p3, p4, p5 ) Call(Zxc,'"qSpecial(p1, p2, p3, p4, p5 helpinfo)"') qTransact( handle, handle-type, operation ) Call(Zxc,'"qTransact( handle, handle-type, operation helpinfo)"') qTables(hstmt, tablequalifier, tableowner, tablename, tabletype ) Call(Zxc,'"qTables(hstmt, tablequalifier, tableowner, tablename, tabletype helpinfo)"') qVersionInfo(0) Call(Zxc,'"qVersionInfo(0)"') Parallel.... zClrPortBit(portnum, portbit) Call(Zxc,'"zClrPortBit(portnum, portbit)"') zNotPortBit(portnum, portbit) Call(Zxc,'"zNotPortBit(portnum, portbit)"') zGetPortBit(portnum, portbit) Call(Zxc,'"zGetPortBit(portnum, portbit)"') zLPortShift(portnum, shiftin) Call(Zxc,'"zLPortShift(portnum, shiftin)"') zPortIn(portnum) Call(Zxc,'"zPortIn(portnum)"') zPortOut(portnum, portdata) Call(Zxc,'"zPortOut(portnum, portdata)"') zRPortShift(portnum, shiftin) Call(Zxc,'"zRPortShift(portnum, shiftin)"') zSetPortBit(portnum, portbit) Call(Zxc,'"zSetPortBit(portnum, portbit)"') zVersion(0) Call(Zxc,'"zVersion(0)"') Postie.... kDeletePop3(msgno) Call(Zxc,'"kDeletePop3(msgno)"') kDest(tolist,cclist,bcclist ) Call(Zxc,'"kDest(tolist,cclist,bcclist helpinfo)"') kExtra(charset,encoding ,0,0,0) Call(Zxc,'"kExtra(charset,encoding helpinfo,0,0,0)"') kGetMail(msgnumber,outputfile,pat|nopat,mailfolder,flags ) Call(Zxc,'"kGetMail(msgnumber,outputfile,pat|nopat,mailfolder,flags helpinfo)"') kInit(host,fromaddr,userid,password,port) Call(Zxc,'"kInit(host,fromaddr,userid,password,port)"') kManageImap4("keyword", mailfolder) Call(Zxc,'"kManageImap4(""keyword"", mailfolder)"') kSendFile(subject,msgfilename,attachments,flags ) Call(Zxc,'"kSendFile(subject,msgfilename,attachments,flags helpinfo)"') kSendText(subject,msg,attachments,flags ) Call(Zxc,'"kSendText(subject,msg,attachments,flags helpinfo)"') kStatusInfo() Call(Zxc,'"kStatusInfo()"') kVerInfo(0) Call(Zxc,'"kVerInfo(0)"') Printer Extender.... pAddPrinter(servername, printername, portname, drivername, printprocessor) Call(Zxc,'"pAddPrinter(servername, printername, portname, drivername, printprocessor)"') pAddPrtConn(servername, printersharename) Call(Zxc,'"pAddPrtConn(servername, printersharename)"') pDelPrinter(printername) Call(Zxc,'"pDelPrinter(printername)"') pDelPrtConn(servername, printername) Call(Zxc,'"pDelPrtConn(servername, printername)"') pGetDefPrtInf(request ) Call(Zxc,'"pGetDefPrtInf(request helpinfo)"') pGetErrorCode() Call(Zxc,'"pGetErrorCode()"') pGetErrorMsg() Call(Zxc,'"pGetErrorMsg()"') pGetPrtAttrib(attributes ) Call(Zxc,'"pGetPrtAttrib(attributes helpinfo)"') pGetPrtInfo( printer-name, request ) Call(Zxc,'"pGetPrtInfo( printer-name, request helpinfo)"') pGetPrtList() Call(Zxc,'"pGetPrtList()"') pPaperBins(printername, request ) Call(Zxc,'"pPaperBins(printername, request helpinfo)"') pPaperSizes() Call(Zxc,'"pPaperSizes()"') pSetDefPrt(printername) Call(Zxc,'"pSetDefPrt(printername)"') pSetDefPrtEx(printername, printerdriver, printerport) Call(Zxc,'"pSetDefPrtEx(printername, printerdriver, printerport)"') pSetPrtAttrib(attribute , value) Call(Zxc,'"pSetPrtAttrib(attribute helpinfo, value)"') pSetPrtInfo( printer-name, request , value) Call(Zxc,'"pSetPrtInfo( printer-name, request helpinfo, value)"') pVersionInfo(request ) Call(Zxc,'"pVersionInfo(request helpinfo)"') Process.... tBrowseCntrs(format flag , type flag, reserved, reserved, reserved) Call(Zxc,'"tBrowseCntrs(format flag helpinfo, type flag, reserved, reserved, reserved)"') tCloseProc( process-handle ) Call(Zxc,'"tCloseProc( process-handle )"') tCompatible() Call(Zxc,'"tCompatible()"') tCountProc() Call(Zxc,'"tCountProc()"') tGetData(counter string, type flag ) Call(Zxc,'"tGetData(counter string, type flag helpinfo)"') tGetLastError() Call(Zxc,'"tGetLastError()"') tGetModInfo( process-id, module-handle ) Call(Zxc,'"tGetModInfo( process-id, module-handle )"') tGetPriority( process-id ) Call(Zxc,'"tGetPriority( process-id )"') tGetProcInfo( process-id ) Call(Zxc,'"tGetProcInfo( process-id )"') tKillProc( process-id ) Call(Zxc,'"tKillProc( process-id )"') tListMod( process-id , flag ) Call(Zxc,'"tListMod( process-id , flag helpinfo)"') tListProc() Call(Zxc,'"tListProc()"') tListProcRmt( value ) Call(Zxc,'"tListProcRmt( value )"') tOpenProc(process id, access flag ) Call(Zxc,'"tOpenProc(process id, access flag helpinfo)"') tRemoteConn( machine-name ) Call(Zxc,'"tRemoteConn( machine-name )"') tSetPriority( process-id , priority class ) Call(Zxc,'"tSetPriority( process-id , priority class helpinfo)"') tVersion() Call(Zxc,'"tVersion()"') RAS Remote Access.... RasConStatus(connection handle) Call(Zxc,'"RasConStatus(connection handle)"') RasCopy( original entryname, new entryname ) Call(Zxc,'"RasCopy( original entryname, new entryname )"') RasDial(entryname,new phone number or "",username, pswd, 0) Call(Zxc,'"RasDial(entryname,new phone number or """",username, pswd, 0)"') RasEntryAdd(entryname, username, password, 0, 0) Call(Zxc,'"RasEntryAdd(entryname, username, password, 0, 0)"') RasEntryDel( entryname) Call(Zxc,'"RasEntryDel( entryname)"') RasEntryExist(entryname) Call(Zxc,'"RasEntryExist(entryname)"') RasEntryInfo(entryname, element ) Call(Zxc,'"RasEntryInfo(entryname, element helpinfo)"') RasEntrySet(element , value) Call(Zxc,'"RasEntrySet(element helpinfo, value)"') RasGetConStat(connhandle, request) Call(Zxc,'"RasGetConStat(connhandle, request helpinfo)"') RasGetLastErr() Call(Zxc,'"RasGetLastErr()"') rasHangUp(connection handle) Call(Zxc,'"rasHangUp(connection handle)"') RasInstalled() Call(Zxc,'"RasInstalled()"') RasItemize() Call(Zxc,'"RasItemize()"') RasListActCon() Call(Zxc,'"RasListActCon()"') RasNameValid(entryname) Call(Zxc,'"RasNameValid(entryname)"') rasNumCons() Call(Zxc,'"rasNumCons()"') RasRename(existing entryname, new entryname ) Call(Zxc,'"RasRename(existing entryname, new entryname )"') RasTypeSize() Call(Zxc,'"RasTypeSize()"') rasVersion() Call(Zxc,'"rasVersion()"') Reggie Registry Search.... rRegSearch(startkey,keystring,lookfor,looktype,lookat ) Call(Zxc,'"rRegSearch(startkey,keystring,lookfor,looktype,lookat helpinfo)"') rRegVersion() Call(Zxc,'"rRegVersion()"') Serial Communications.... pCaptureLog("text") Call(Zxc,'"pCaptureLog(""text"")"') pCaptureOff() Call(Zxc,'"pCaptureOff()"') pCaptureOn("filename",type ) Call(Zxc,'"pCaptureOn(""filename"",type helpinfo)"') pCheckBinary(lpaddr,count,type ) Call(Zxc,'"pCheckBinary(lpaddr,count,type helpinfo)"') pCheckSum("string",type 16|32) Call(Zxc,'"pCheckSum(""string"",type 16|32)"') pComClose(port,timeout) Call(Zxc,'"pComClose(port,timeout)"') pComControl(port,request ,val3,val4,val5) Call(Zxc,'"pComControl(port,request helpinfo,val3,val4,val5)"') pComInfo(port,request ) Call(Zxc,'"pComInfo(port,request helpinfo)"') pComOpen(port,rsvd,baud,format ,handshake) Call(Zxc,'"pComOpen(port,rsvd,baud,format helpinfo,handshake)"') pGetBinary(port,lpaddr,count) Call(Zxc,'"pGetBinary(port,lpaddr,count)"') pGetByte(port) Call(Zxc,'"pGetByte(port)"') pGetChar(port) Call(Zxc,'"pGetChar(port)"') pGetLastError(type ) Call(Zxc,'"pGetLastError(type helpinfo)"') pGetLine(port,max) Call(Zxc,'"pGetLine(port,max)"') pGetString(port,count) Call(Zxc,'"pGetString(port,count)"') pModemAnsCall(port,ringcount,mode ) Call(Zxc,'"pModemAnsCall(port,ringcount,mode helpinfo)"') pModemAnsRing(port,ringcount,timeout) Call(Zxc,'"pModemAnsRing(port,ringcount,timeout)"') pModemCommand(port,command ) Call(Zxc,'"pModemCommand(port,command helpinfo)"') pModemConnect(port) Call(Zxc,'"pModemConnect(port)"') pModemControl(port,request ,parameter) Call(Zxc,'"pModemControl(port,request helpinfo,parameter)"') pModemDial(port,mode ,number) Call(Zxc,'"pModemDial(port,mode helpinfo,number)"') pModemHangup(port) Call(Zxc,'"pModemHangup(port)"') pModemInit(port) Call(Zxc,'"pModemInit(port)"') pModemParams(port,getset,request ,value) Call(Zxc,'"pModemParams(port,getset,request helpinfo,value)"') pModemSReg(port,getset ,request,value) Call(Zxc,'"pModemSReg(port,getset helpinfo,request,value)"') pPeekByte(port) Call(Zxc,'"pPeekByte(port)"') pPeekChar(port) Call(Zxc,'"pPeekChar(port)"') pPutBinary(port,lpaddr,count) Call(Zxc,'"pPutBinary(port,lpaddr,count)"') pPutByte(port,byte) Call(Zxc,'"pPutByte(port,byte)"') pPutChar(port,"char") Call(Zxc,'"pPutChar(port,""char"")"') pPutLine(port,"string") Call(Zxc,'"pPutLine(port,""string"")"') pPutString(port,"string") Call(Zxc,'"pPutString(port,""string"")"') pRecvFile(port,proto,path,overwrite,progress ) Call(Zxc,'"pRecvFile(port,proto,path,overwrite,progress helpinfo)"') pSendFile(port,proto,path,0,progressdialog ) Call(Zxc,'"pSendFile(port,proto,path,0,progressdialog helpinfo)"') pTimeout(port,time) Call(Zxc,'"pTimeout(port,time)"') pWaitFor(port,waitstringlist,delimiter,keepdiscard,timeout) Call(Zxc,'"pWaitFor(port,waitstringlist,delimiter,keepdiscard,timeout)"') ShellOperations Extender.... aFileCopy(source-file, target directory, flags ) Call(Zxc,'"aFileCopy(source-file, target directory, flags helpinfo)"') aFileDelete(source-file, flags ) Call(Zxc,'"aFileDelete(source-file, flags helpinfo)"') aFileMove(source-file, target directory, flags ) Call(Zxc,'"aFileMove(source-file, target directory, flags helpinfo)"') aFileRename(source-file, target directory, flags ) Call(Zxc,'"aFileRename(source-file, target directory, flags helpinfo)"') aGetLastError() Call(Zxc,'"aGetLastError()"') aMsgTimeout(seconds, title, text, left pushbutton text, right pushbutton text) Call(Zxc,'"aMsgTimeout(seconds, title, text, left pushbutton text, right pushbutton text)"') aStatusBar(request-code , title, text, max-range, current position) Call(Zxc,'"aStatusBar(request-code helpinfo, title, text, max-range, current position)"') aShellFolder(request-code , value) Call(Zxc,'"aShellFolder(request-code helpinfo, value)"') aVersion(0) Call(Zxc,'"aVersion(0)"') Webbatch.... WebBaseConv(value, from-base, to-base) Call(Zxc,'"WebBaseConv(value, from-base, to-base)"') WebCmdData() Call(Zxc,'"WebCmdData()"') WebConBuf( binary-buffer ) Call(Zxc,'"WebConBuf( binary-buffer )"') WebConData() Call(Zxc,'"WebConData()"') WebConSize() Call(Zxc,'"WebConSize()"') WebCounter(counter) Call(Zxc,'"WebCounter(counter)"') WebDatData(section, keyname, default) Call(Zxc,'"WebDatData(section, keyname, default)"') WebDumpError(string1, string2) Call(Zxc,'"WebDumpError(string1, string2)"') WebOut(string, CRLF`s) Call(Zxc,'"WebOut(string, CRLF`s)"') WebOutFile(filename) Call(Zxc,'"WebOutFile(filename)"') WebParamBuf(var-name, binarybuffer) Call(Zxc,'"WebParamBuf(var-name, binarybuffer)"') WebParamNames() Call(Zxc,'"WebParamNames()"') WebParamData(var-name) Call(Zxc,'"WebParamData(var-name)"') WebParamSize( varname ) Call(Zxc,'"WebParamSize( varname )"') WebSetTimeout( timeout) Call(Zxc,'"WebSetTimeout( timeout)"') WebVerifyCard(cardnum) Call(Zxc,'"WebVerifyCard(cardnum)"') WILX.... xBaseConvert(value, frombase, tobase) Call(Zxc,'"xBaseConvert(value, frombase, tobase)"') xDiskLabelGet(drive) Call(Zxc,'"xDiskLabelGet(drive)"') xDriveReady(drive) Call(Zxc,'"xDriveReady(drive)"') xEjectMedia(Drive) Call(Zxc,'"xEjectMedia(Drive)"') xExtenderInfo(request # ) Call(Zxc,'"xExtenderInfo(request # helpinfo)"') xGetChildHwnd(parenthwnd, childtext, childseq) Call(Zxc,'"xGetChildHwnd(parenthwnd, childtext, childseq)"') xGetElapsed(time1, time2) Call(Zxc,'"xGetElapsed(time1, time2)"') xHex(hexval) Call(Zxc,'"xHex(hexval)"') xMessageBox(title, text, style ) Call(Zxc,'"xMessageBox(title, text, style helpinfo)"') xSendMessage(hWnd, msg, wparam, lparam) Call(Zxc,'"xSendMessage(hWnd, msg, wparam, lparam)"') xVerifyCCard(cardnum) Call(Zxc,'"xVerifyCCard(cardnum)"') WinBatch.... BoxBitMap(box ID, coordinates, filename, stretchmode) Call(Zxc,'"BoxButtonDraw(box ID, coordinates, filename, stretchmode)"') BoxButtonDraw(box ID, button ID, text, coordinates) Call(Zxc,'"BoxButtonDraw(box ID, button ID, text, coordinates)"') BoxButtonKill(box ID, button ID) Call(Zxc,'"BoxButtonKill(box ID, button ID)"') BoxButtonStat(box ID, button ID) Call(Zxc,'"BoxButtonStat(box ID, button ID)"') BoxButtonWait() Call(Zxc,'"BoxButtonWait()"') BoxCaption(box ID, caption) Call(Zxc,'"BoxCaption(box ID, caption)"') BoxColor(box ID, color , wash color) Call(Zxc,'"BoxColor(box ID, color helpinfo, wash color)"') BoxDataClear(box ID, tag) Call(Zxc,'"BoxDataClear(box ID, tag)"') BoxDataTag(box ID, tag) Call(Zxc,'"BoxDataTag(box ID, tag)"') BoxDestroy(box ID) Call(Zxc,'"BoxDestroy(box ID)"') BoxDrawCircle(box ID, coordinates, style ) Call(Zxc,'"BoxDrawCircle(box ID, coordinates, style helpinfo)"') BoxDrawLine(box ID, coordinates) Call(Zxc,'"BoxDrawLine(box ID, coordinates)"') BoxDrawRect(box ID, coordinates, style ) Call(Zxc,'"BoxDrawRect(box ID, coordinates, style helpinfo)"') BoxDrawText(box ID, coordinates, text, erase flag , alignment) Call(Zxc,'"BoxDrawText(box ID, coordinates, text, erase flag helpinfo, alignment)"') BoxesUp(coordinates, @NORMAL|@ICON|@ZOOMED|@HIDDEN) Call(Zxc,'"BoxesUp(coordinates, @NORMAL|@ICON|@ZOOMED|@HIDDEN)"') BoxMapMode(box ID, map mode ) Call(Zxc,'"BoxMapMode(box ID, map mode helpinfo)"') BoxNew(box ID, coordinates, style ) Call(Zxc,'"BoxNew(box ID, coordinates, style helpinfo)"') BoxOpen(title, text) Call(Zxc,'"BoxOpen(title, text)"') BoxPen(box ID, color , width) Call(Zxc,'"BoxPen(box ID, color helpinfo, width)"') BoxShut() Call(Zxc,'"BoxShut()"') BoxText("text") Call(Zxc,'"BoxText(""text"")"') BoxTextColor(box ID, color ) Call(Zxc,'"BoxTextColor(box ID, color helpinfo)"') BoxTextFont(box ID, name, size, style , pitch & family) Call(Zxc,'"BoxTextFont(box ID, name, size, style helpinfo, pitch & family)"') BoxTitle("title") Call(Zxc,'"BoxTitle(""title"")"') BoxUpdates(box ID, update flag ) Call(Zxc,'"BoxUpdates(box ID, update flag helpinfo)"') Reload() Call(Zxc,'"Reload()"') Rtstatus() Call(Zxc,'"Rtstatus()"') WIL A - B.... About() Call(Zxc,'"About()"') Abs( integer ) Call(Zxc,'"Abs( integer )"') Acos( fp_num ) Call(Zxc,'"Acos( fp_num )"') AddExtender(filename) Call(Zxc,'"AddExtender(filename)"') AppExist(program-name) Call(Zxc,'"AppExist(program-name)"') AppWaitClose(program-name) Call(Zxc,'"AppWaitClose(program-name)"') Arrayize(delimeted list, delimiter) Call(Zxc,'"Arrayize(delimeted list, delimiter)"') ArrDimension(dim1 [, dim2 [, dim3 [, dim4 [, dim5 ] ] ] ]) Call(Zxc,'"ArrDimension(dim1 [, dim2 [, dim3 [, dim4 [, dim5 ] ] ] ])"') ArrInfo(array, request ) Call(Zxc,'"ArrInfo(array, request helpinfo)"') ArrInitialize(array, integer|floating point|string) Call(Zxc,'"ArrInitialize(array, integer|floating point|string)"') Asin( fp_num ) Call(Zxc,'"Asin( fp_num )"') AskDirectory(prompt, browse-root, start-dir, confirm-prompt, flags ) Call(Zxc,'"AskDirectory(prompt, browse-root, start-dir, confirm-prompt, flags helpinfo)"') AskFileName(title, directory, filetypes, default filename, flag ) Call(Zxc,'"AskFileName(title, directory, filetypes, default filename, flag helpinfo)"') AskFileText( title, filename, @Sorted|@Unsorted, @single|@Multiple|@Extended) Call(Zxc,'"AskFileText( title, filename, @Sorted|@Unsorted, @single|@Multiple|@Extended)"') AskItemList(title, list variable, delimiter, @sorted|@unsorted, @single|@multiple|@extended) Call(Zxc,'"AskItemList(title, list variable, delimiter, @sorted|@unsorted, @single|@multiple|@extended)"') AskLine(title, prompt, default) Call(Zxc,'"AskLine(title, prompt, default)"') AskPassword(title, prompt) Call(Zxc,'"AskPassword(title, prompt)"') AskTextBox(title, prompt, default, flags , 0) Call(Zxc,'"AskTextBox(title, prompt, default, flags helpinfo, 0)"') AskYesNo(title, question) Call(Zxc,'"AskYesNo(title, question)"') Atan( fp_num ) Call(Zxc,'"Atan( fp_num )"') Average( number [ ,number... ] ) Call(Zxc,'"Average( number [ ,number... ] )"') Beep Call(Zxc,'"Beep"') BinaryAlloc( buffsize ) Call(Zxc,'"BinaryAlloc( buffsize )"') BinaryAnd(targethandle,targetoffset,sourcehandle,sourceoffset,count) Call(Zxc,'"BinaryAnd(targethandle,targetoffset,sourcehandle,sourceoffset,count)"') BinaryClipGet(handle, format ) Call(Zxc,'"BinaryClipGet(handle, format helpinfo)"') BinaryClipPut(handle, format ) Call(Zxc,'"BinaryClipPut(handle, format helpinfo)"') BinaryCompare(handle1, offset1, handle2, offset2, count) Call(Zxc,'"BinaryCompare(handle1, offset1, handle2, offset2, count)"') BinaryConvert(handle, source-type, target-type, code-page, flags ) Call(Zxc,'"BinaryConvert(handle, source-type, target-type, code-page, flags helpinfo)"') BinaryCopy(handle targ, offset targ, handle src, offset src, bytecount ) Call(Zxc,'"BinaryCopy(handle targ, offset targ, handle src, offset src, bytecount )"') BinaryEodGet( handle ) Call(Zxc,'"BinaryEodGet( handle )"') BinaryEodSet( handle, offset ) Call(Zxc,'"BinaryEodSet( handle, offset )"') BinaryFree( handle ) Call(Zxc,'"BinaryFree( handle )"') BinaryHashRec(handle, recsize, key offset, key size, key value ) Call(Zxc,'"BinaryHashRec(handle, recsize, key offset, key size, key value )"') BinaryIncr( handle, offset ) Call(Zxc,'"BinaryIncr( handle, offset )"') BinaryIncr2(handle, offset to increment a 16 bit value) Call(Zxc,'"BinaryIncr2(handle, offset to increment a 16 bit value)"') BinaryIncr4(handle, offset to increment a 32 bit value) Call(Zxc,'"BinaryIncr4(handle, offset to increment a 32 bit value)"') BinaryIncrFlt(handle, offset to increment a 64 bit floating point number) Call(Zxc,'"BinaryIncrFlt(handle, offset to increment a 64 bit floating point number)"') BinaryIndex( handle, offset, search string, @Fwdscan|@Backscan ) Call(Zxc,'"BinaryIndex( handle, offset, search string, @Fwdscan|@Backscan )"') BinaryIndexEx(handle, offset, string, @Fwdscan|@Backscan, 1 case sensitive|0 not case sensitive) Call(Zxc,'"BinaryIndexEx(handle, offset, string, @Fwdscan|@Backscan, 1 case sensitive|0 not case sensitive)"') BinaryIndexNC(handle, offset, string, @Fwdscan|@Backscan) Call(Zxc,'"BinaryIndexNC(handle, offset, string, @Fwdscan|@Backscan)"') BinaryOleType(handle, type , 0, 0, 0) Call(Zxc,'"BinaryOleType(handle, type helpinfo, 0, 0, 0)"') BinaryOr(targethandle,targetoffset,sourcehandle,sourceoffset,count) Call(Zxc,'"BinaryOr(targethandle,targetoffset,sourcehandle,sourceoffset,count)"') BinaryPeek( handle, offset ) Call(Zxc,'"BinaryPeek( handle, offset )"') BinaryPeek2(handle, offset to peek a 16 bit value) Call(Zxc,'"BinaryPeek2(handle, offset to peek a 16 bit value)"') BinaryPeek4(handle, offset to peek a 32 bit value) Call(Zxc,'"BinaryPeek4(handle, offset to peek a 32 bit value)"') BinaryPeekFlt(handle, offset to peek a 64 bit floating point number) Call(Zxc,'"BinaryPeekFlt(handle, offset to peek a 64 bit floating point number)"') BinaryPeekStr(handle, offset, maxsize) Call(Zxc,'"BinaryPeekStr(handle, offset, maxsize)"') BinaryPoke( handle, offset, 8 bit value ) Call(Zxc,'"BinaryPoke( handle, offset, 8 bit value )"') BinaryPoke2(handle, offset, 16 bit value) Call(Zxc,'"BinaryPoke2(handle, offset, 16 bit value)"') BinaryPoke4(handle, offset, 32 bit value) Call(Zxc,'"BinaryPoke4(handle, offset, 32 bit value)"') BinaryPokeFlt(handle, offset, 64 bit floating point value) Call(Zxc,'"BinaryPokeFlt(handle, offset, 64 bit floating point value)"') BinaryPokeStr(handle, offset, string) Call(Zxc,'"BinaryPokeStr(handle, offset, string)"') BinaryRead( handle, filename ) Call(Zxc,'"BinaryRead( handle, filename )"') BinaryReadEx(handle, binaryoffset, filename, fileoffset, count) Call(Zxc,'"BinaryReadEx(handle, binaryoffset, filename, fileoffset, count)"') BinaryReplace(bin-handle, search-string, replacement-string, 1 case sensitive|0 not case sensitive) Call(Zxc,'"BinaryReplace(bin-handle, search-string, replacement-string, 1 case sensitive|0 not case sensitive)"') BinarySort( handle, recsize, key offset, key size, @Ascending or @Descending|@String or @Word1 or @Word2 or @Word4 or @Float8) Call(Zxc,'"BinarySort( handle, recsize, key offset, key size, @Ascending or @Descending|@String or @Word1 or @Word2 or @Word4 or @Float8)"') BinaryStrCnt( handle, startoffset, endoffset, string ) Call(Zxc,'"BinaryStrCnt( handle, startoffset, endoffset, string )"') BinaryTagExtr(tag-struct, flags ) Call(Zxc,'"BinaryTagExtr(tag-struct, flags helpinfo)"') BinaryTagFind(tag-struct) Call(Zxc,'"BinaryTagFind(tag-struct)"') BinaryTagIndex(tag-struct, Mode ) Call(Zxc,'"BinaryTagIndex(tag-struct, Mode helpinfo)"') BinaryTagInit( handle, start-tag, end-tag) Call(Zxc,'"BinaryTagInit( handle, start-tag, end-tag)"') BinaryTagLen(tag-struct, mode ) Call(Zxc,'"BinaryTagLen(tag-struct, mode helpinfo)"') BinaryTagRepl( tag-struct, new-string ) Call(Zxc,'"BinaryTagRepl( tag-struct, new-string )"') BinaryWrite( handle, filename ) Call(Zxc,'"BinaryWrite( handle, filename )"') BinaryWriteEx(handle, binaryoffset, filename, fileoffset, count) Call(Zxc,'"BinaryWriteEx(handle, binaryoffset, filename, fileoffset, count)"') BinaryXlate(data-buffer, table-buffer, mode ) Call(Zxc,'"BinaryXlate(data-buffer, table-buffer, mode helpinfo)"') BinaryXor(targethandle,targetoffset,sourcehandle,sourceoffset,count) Call(Zxc,'"BinaryXor(targethandle,targetoffset,sourcehandle,sourceoffset,count)"') ButtonNames(OK-name, Cancel-name) Call(Zxc,'"ButtonNames(OK-name, Cancel-name)"') WIL C - D.... Call( wbt-name, parameters) wEdInsString ("Call( wbt-name, parameters)") wEdNewLine () Ceiling( fp_num ) Call(Zxc,'"Ceiling( fp_num )"') Char2Num( string ) Call(Zxc,'"Char2Num( string )"') ClipAppend( string ) Call(Zxc,'"ClipAppend( string )"') ClipGet() Call(Zxc,'"ClipGet()"') ClipGetEx(format ) Call(Zxc,'"ClipGetEx(format helpinfo)"') ClipHasFormat(format ) Call(Zxc,'"ClipHasFormat(format helpinfo)"') ClipPut( string ) Call(Zxc,'"ClipPut( string )"') Cos( fp_num ) Call(Zxc,'"Cos( fp_num )"') Cosh( fp_num ) Call(Zxc,'"Cosh( fp_num )"') CurrentFile() Call(Zxc,'"CurrentFile()"') CurrFilePath() Call(Zxc,'"CurrFilePath()"') CurrentPath() Call(Zxc,'"CurrentPath()"') DDEExecute( channel, [commandstring] ) Call(Zxc,'"DDEExecute( channel, [commandstring] )"') DDEInitiate( app name, topic name ) Call(Zxc,'"DDEInitiate( app name, topic name )"') DDEPoke( channel, item name, item value ) Call(Zxc,'"DDEPoke( channel, item name, item value )"') DDERequest( channel, item name ) Call(Zxc,'"DDERequest( channel, item name )"') DDETerminate( channel ) Call(Zxc,'"DDETerminate( channel )"') DDETimeout( value in seconds ) Call(Zxc,'"DDETimeout( value in seconds )"') Debug( @On|@Off) Call(Zxc,'"Debug( @On|@Off)"') DebugData(string, string) Call(Zxc,'"DebugData(string, string)"') DebugTrace(@On|@Off|2 , filename) Call(Zxc,'"DebugTrace(@On|@Off|2 helpinfo, filename)"') Decimals( #digits ) Call(Zxc,'"Decimals( #digits )"') DirAttrGet( [d:]path ) Call(Zxc,'"DirAttrGet( [d:]path )"') DirAttrSet(dir-list, settings ) Call(Zxc,'"DirAttrSet(dir-list, settings helpinfo)"') DirChange( [d:]path ) Call(Zxc,'"DirChange( [d:]path )"') DirExist( pathname ) Call(Zxc,'"DirExist( pathname )"') DirGet() Call(Zxc,'"DirGet()"') DirHome() Call(Zxc,'"DirHome()"') DirItemize( dirlist ) Call(Zxc,'"DirItemize( dirlist )"') DirMake( [d:]path ) Call(Zxc,'"DirMake( [d:]path )"') DirRemove( dirlist ) Call(Zxc,'"DirRemove( dirlist )"') DirRename( [d:]oldpath, [d:]newpath ) Call(Zxc,'"DirRename( [d:]oldpath, [d:]newpath )"') DirSize(dir-name, flags [,format] ) Call(Zxc,'"DirSize(dir-name, flags [,format] helpinfo)"') DirWindows( 0 Windows directory | 1 Windows System directory | 2 Shared) Call(Zxc,'"DirWindows( 0 Windows directory | 1 Windows System directory | 2 Shared)"') DiskExist( drive letter ) Call(Zxc,'"DiskExist( drive letter )"') DiskFree( drivelist ) Call(Zxc,'"DiskFree( drivelist )"') DiskInfo(drive-letter, request# ) Call(Zxc,'"DiskInfo(drive-letter, request# helpinfo)"') DiskScan(request# ) Call(Zxc,'"DiskScan(request# helpinfo)"') DiskSize(drive-list [,format] ) Call(Zxc,'"DiskSize(drive-list [,format] helpinfo)"') DiskVolInfo(root-path, request# ) Call(Zxc,'"DiskVolInfo(root-path, request# helpinfo)"') Display(seconds, title, text) Call(Zxc,'"Display(seconds, title, text)"') DllCall( dllfilename/dllhandle, returntype:entrypoint [ ,paramtype:param... ]) Call(Zxc,'"DllCall( dllfilename/dllhandle, returntype:entrypoint [ ,paramtype:param... ])"') DllFree( dllhandle ) Call(Zxc,'"DllFree( dllhandle )"') DllHinst( partialwinname ) Call(Zxc,'"DllHinst( partialwinname )"') DllHwnd( partialwinname ) Call(Zxc,'"DllHwnd( partialwinname )"') DllLastError() Call(Zxc,'"DllLastError()"') DllLoad( dllname ) Call(Zxc,'"DllLoad( dllname )"') DOSVersion(level) Call(Zxc,'"DOSVersion(level)"') Drop(var [,var...]) Call(Zxc,'"Drop(var [,var...])"') DropWild("varname*") Call(Zxc,'"DropWild(""varname*"")"') WIL E - G.... EndSession() Call(Zxc,'"EndSession()"') Environment(env-variable) Call(Zxc,'"Environment(env-variable)"') EnvironSet(name, value) Call(Zxc,'"EnvironSet(name, value)"') EnvItemize() Call(Zxc,'"EnvItemize()"') ErrorMode( @CANCEL|@NOTIFY|@OFF ) Call(Zxc,'"ErrorMode( @CANCEL|@NOTIFY|@OFF )"') Exclusive( @On|@Off) Call(Zxc,'"Exclusive( @On|@Off)"') Execute statement Call(Zxc,'"Execute statement"') ExeTypeInfo(EXENAME) Call(Zxc,'"ExeTypeInfo(EXENAME)"') Exp( fp_num ) Call(Zxc,'"Exp( fp_num )"') Fabs( fp_num ) Call(Zxc,'"Fabs( fp_num )"') FileAppend( sourcelist, destination ) Call(Zxc,'"FileAppend( sourcelist, destination )"') FileAttrGet( filename ) Call(Zxc,'"FileAttrGet( filename )"') FileAttrSet(file-list, settings ) Call(Zxc,'"FileAttrSet(file-list, settings helpinfo)"') FileClose( filehandle ) Call(Zxc,'"FileClose( filehandle )"') FileCompare( filename1, filename2 ) Call(Zxc,'"FileCompare( filename1, filename2 )"') FileCopy(source-list, destination, @True|@False ) Call(Zxc,'"FileCopy(source-list, destination, @True|@False helpinfo)"') FileCopyAttr(source-list, destination, @True|@False, attributes ) Call(Zxc,'"FileCopyAttr(source-list, destination, @True|@False, attributes helpinfo)"') FileCreateTemp( prefix ) Call(Zxc,'"FileCreateTemp( prefix )"') FileDelete( filelist ) Call(Zxc,'"FileDelete( filelist )"') FileExist( filename ) Call(Zxc,'"FileExist( filename )"') FileExtension( filename ) Call(Zxc,'"FileExtension( filename )"') FileFullName( partial filename ) Call(Zxc,'"FileFullName( partial filename )"') FileItemize( filelist ) Call(Zxc,'"FileItemize( filelist )"') FileItemPath(file-list) Call(Zxc,'"FileItemPath(file-list)"') FileLocate( filename ) Call(Zxc,'"FileLocate( filename )"') FileMapName(filename, mapping-data ) Call(Zxc,'"FileMapName(filename, mapping-data helpinfo)"') FileMove( sourcelist, destination, @True|@False) Call(Zxc,'"FileMove( sourcelist, destination, @True|@False)"') FileMoveAttr(source-list, destination, @True|@False, attributes ) Call(Zxc,'"FileMoveAttr(source-list, destination, @True|@False, attributes helpinfo)"') FileNameLong filename) Call(Zxc,'"FileNameLong filename)"') FileNameShort(filename) Call(Zxc,'"FileNameShort(filename)"') FileOpen( filename, "Read"|"Write"|"Append") Call(Zxc,'"FileOpen( filename, ""Read""|""Write""|""Append"")"') FilePath( filename ) Call(Zxc,'"FilePath( filename )"') FileRead( filehandle ) Call(Zxc,'"FileRead( filehandle )"') FileRename( sourcelist, destination ) Call(Zxc,'"FileRename( sourcelist, destination )"') FileRoot( filename ) Call(Zxc,'"FileRoot( filename )"') FileSize( filelist [,format] ) Call(Zxc,'"FileSize( filelist [,format] )"') FileSizeEx(file-list [,format] ) Call(Zxc,'"FileSizeEx(file-list [,format] )"') FileTimeCode( filename ) Call(Zxc,'"FileTimeCode( filename )"') FileTimeGet( filename ) Call(Zxc,'"FileTimeGet( filename )"') FileTimeGetEx(filename, timefield) Call(Zxc,'"FileTimeGetEx(filename, timefield)"') FileTimeSet( list, ymdhms ) Call(Zxc,'"FileTimeSet( list, ymdhms )"') FileTimeSetEx(filelist, YmdHms, timefield) Call(Zxc,'"FileTimeSetEx(filelist, YmdHms, timefield)"') FileTimeTouch( filelist ) Call(Zxc,'"FileTimeTouch( filelist )"') FileVerInfo(filename, language-key, resource-string ) Call(Zxc,'"FileVerInfo(filename, language-key, resource-string helpinfo)"') FileWrite( filehandle, outputdata ) Call(Zxc,'"FileWrite( filehandle, outputdata )"') FileYmdHms( filename ) Call(Zxc,'"FileYmdHms( filename )"') FindWindow(window class name) Call(Zxc,'"FindWindow(window class name)"') Floor( fp_num ) Call(Zxc,'"Floor( fp_num )"') GetExactTime() Call(Zxc,'"GetExactTime()"') GetTickCount() Call(Zxc,'"GetTickCount()"') WIL I - P.... IconReplace(filename, iconfilename) Call(Zxc,'"IconReplace(filename, iconfilename)"') IniDelete( section, keyname ) Call(Zxc,'"IniDelete( section, keyname )"') IniDeletePvt( section, keyname, filename ) Call(Zxc,'"IniDeletePvt( section, keyname, filename )"') IniItemize( section ) Call(Zxc,'"IniItemize( section )"') IniItemizePvt( section, filename ) Call(Zxc,'"IniItemizePvt( section, filename )"') IniRead( section, keyname, default ) Call(Zxc,'"IniRead( section, keyname, default )"') IniReadPvt( section, keyname, default, filename ) Call(Zxc,'"IniReadPvt( section, keyname, default, filename )"') IniWrite( section, keyname, data ) Call(Zxc,'"IniWrite( section, keyname, data )"') IniWritePvt( section, keyname, data, filename ) Call(Zxc,'"IniWritePvt( section, keyname, data, filename )"') InstallFile(filename, targname, default-targdir, delete-old, flags ) Call(Zxc,'"InstallFile(filename, targname, default-targdir, delete-old, flags helpinfo)"') Int( string/fp_num ) Call(Zxc,'"Int( string/fp_num )"') IntControl(request# , 0, 0, 0, 0 ) Call(Zxc,'"IntControl(request# helpinfo, 0, 0, 0, 0 )"') IsDefined(var) Call(Zxc,'"IsDefined(var)"') IsFloat( string ) Call(Zxc,'"IsFloat( string )"') IsInt( string ) Call(Zxc,'"IsInt( string )"') IsKeyDown( @SHIFT or @CTRL or @Shift|@CTRL) Call(Zxc,'"IsKeyDown( @SHIFT or @CTRL or @Shift|@CTRL)"') IsLicensed() Call(Zxc,'"IsLicensed()"') IsNumber( value ) Call(Zxc,'"IsNumber( value )"') ItemCount( list, delimiter ) Call(Zxc,'"ItemCount( list, delimiter )"') ItemExtract( index, list, delimiter ) Call(Zxc,'"ItemExtract( index, list, delimiter )"') ItemInsert( item, index, list, delimiter ) Call(Zxc,'"ItemInsert( item, index, list, delimiter )"') ItemLocate( item, list, delimiter ) Call(Zxc,'"ItemLocate( item, list, delimiter )"') ItemRemove( index, list, delimiter ) Call(Zxc,'"ItemRemove( index, list, delimiter )"') ItemReplace(item, index, list, delimiter) Call(Zxc,'"ItemReplace(item, index, list, delimiter)"') ItemSort( list, delimiter ) Call(Zxc,'"ItemSort( list, delimiter )"') KeyToggleGet( @CAPSLOCK|@NUMLOCK|@SCROLLLOCK ) Call(Zxc,'"KeyToggleGet( @CAPSLOCK|@NUMLOCK|@SCROLLLOCK )"') KeyToggleSet( @CAPSLOCK|@NUMLOCK|@SCROLLLOCK, @Off|@on) Call(Zxc,'"KeyToggleSet( @CAPSLOCK|@NUMLOCK|@SCROLLLOCK, @Off|@on)"') LastError() Call(Zxc,'"LastError()"') Log10( fp_num ) Call(Zxc,'"Log10( fp_num )"') LogDisk(drive-letter) Call(Zxc,'"LogDisk(drive-letter)"') Loge( fp_num ) Call(Zxc,'"Loge( fp_num )"') Max( number [ ,number... ] ) Call(Zxc,'"Max( number [ ,number... ] )"') Message(title, text) Call(Zxc,'"Message(title, text)"') Min( number [ ,number... ] ) Call(Zxc,'"Min( number [ ,number... ] )"') Mod wEdInsString ("x mod y ; remainder function") wEdNewLine () MouseClick(clicktype, modifiers ) Call(Zxc,'"MouseClick(clicktype, modifiers helpinfo)"') MouseClickBtn(parentwindowname, childwindowname, buttontext) Call(Zxc,'"MouseClickBtn(parentwindowname, childwindowname, buttontext)"') MouseCoords(parentwin, childwin) Call(Zxc,'"MouseCoords(parentwin, childwin)"') MouseInfo(request# ) Call(Zxc,'"MouseInfo(request# helpinfo)"') MouseMove(X, Y, parentwindowname, childwindowname) Call(Zxc,'"MouseMove(X, Y, parentwindowname, childwindowname)"') MousePlay(X-Y-coordinates, parent-window, child-window, buttons, delay) Call(Zxc,'"MousePlay(X-Y-coordinates, parent-window, child-window, buttons, delay)"') MsgTextGet(window-name) Call(Zxc,'"MsgTextGet(window-name)"') NetInfo(requestcode ) Call(Zxc,'"NetInfo(requestcode helpinfo)"') Num2Char( integer ) Call(Zxc,'"Num2Char( integer )"') ObjectAccess( objectname) Call(Zxc,'"ObjectAccess( objectname)"') ObjectClose( objecthandle ) Call(Zxc,'"ObjectClose( objecthandle )"') ObjectOpen( objectname ) Call(Zxc,'"ObjectOpen( objectname )"') ParseData(string) Call(Zxc,'"ParseData(string)"') Pause(title, text) Call(Zxc,'"Pause(title, text)"') PlayMedia(mci-string) Call(Zxc,'"PlayMedia(mci-string)"') PlayMidi(filename, mode ) Call(Zxc,'"PlayMidi(filename, mode helpinfo)"') PlayWaveForm(filename, mode ) Call(Zxc,'"PlayWaveForm(filename, mode helpinfo)"') Print( data file, directory, @NORMAL|@ICON|@ZOOMED|@HIDDEN, 0 ) Call(Zxc,'"Print( data file, directory, @NORMAL|@ICON|@ZOOMED|@HIDDEN, 0 )"') WIL R.... Random( integer ) Call(Zxc,'"Random( integer )"') RegApp(programname, path) Call(Zxc,'"RegApp(programname, path)"') RegCloseKey( keyhandle ) Call(Zxc,'"RegCloseKey( keyhandle )"') RegConnect(computername, handle) Call(Zxc,'"RegConnect(computername, handle)"') RegCreateKey( keyhandle, subkeystring ) Call(Zxc,'"RegCreateKey( keyhandle, subkeystring )"') RegDeleteKey( keyhandle, subkeystring ) Call(Zxc,'"RegDeleteKey( keyhandle, subkeystring )"') RegDelValue(handle, subkeystring) Call(Zxc,'"RegDelValue(handle, subkeystring)"') RegEntryType(handle, subkeystring) Call(Zxc,'"RegEntryType(handle, subkeystring)"') RegExistKey(handle, subkeystring) Call(Zxc,'"RegExistKey(handle, subkeystring)"') RegExistValue(handle, subkeystring) Call(Zxc,'"RegExistValue(handle, subkeystring)"') RegLoadHive(handle, subkey, filename) Call(Zxc,'"RegLoadHive(handle, subkey, filename)"') RegOpenKey( keyhandle, subkeystring ) Call(Zxc,'"RegOpenKey( keyhandle, subkeystring )"') RegOpenKeyEx( handle, subkey-string, mode , "", "") Call(Zxc,'"RegOpenKeyEx( handle, subkey-string, mode helpinfo, """", """")"') RegQueryBin(handle, subkeystring) Call(Zxc,'"RegQueryBin(handle, subkeystring)"') RegQueryDword(handle, subkeystring) Call(Zxc,'"RegQueryDword(handle, subkeystring)"') RegQueryEx(handle, subkey-string, delimiter, type ) Call(Zxc,'"RegQueryEx(handle, subkey-string, delimiter, type helpinfo)"') RegQueryExpSz(handle, subkeystring) Call(Zxc,'"RegQueryExpSz(handle, subkeystring)"') RegQueryItem(handle, subkeystring) Call(Zxc,'"RegQueryItem(handle, subkeystring)"') RegQueryKey( keyhandle, index ) Call(Zxc,'"RegQueryKey( keyhandle, index )"') RegQueryKeys( handle ) Call(Zxc,'"RegQueryKeys( handle )"') RegQueryMulSz(handle, subkeystring, delimiter) Call(Zxc,'"RegQueryMulSz(handle, subkeystring, delimiter)"') RegQueryStr(handle, subkey) Call(Zxc,'"RegQueryStr(handle, subkey)"') RegQueryValue( keyhandle, keyname ) Call(Zxc,'"RegQueryValue( keyhandle, keyname )"') RegSetBin(handle, subkeystring, value) Call(Zxc,'"RegSetBin(handle, subkeystring, value)"') RegSetDword(handle, subkeystring, value) Call(Zxc,'"RegSetDword(handle, subkeystring, value)"') RegSetEx(handle, subkey-string, value, delimiter, type ) Call(Zxc,'"RegSetEx(handle, subkey-string, value, delimiter, type helpinfo)"') RegSetExpSz(handle, subkeystring, value) Call(Zxc,'"RegSetExpSz(handle, subkeystring, value)"') RegSetMulSz(handle, subkeystring, value, delimiter) Call(Zxc,'"RegSetMulSz(handle, subkeystring, value, delimiter)"') RegSetValue( keyhandle, subkeystring, value ) Call(Zxc,'"RegSetValue( keyhandle, subkeystring, value )"') RegUnloadHive(handle, subkey) Call(Zxc,'"RegUnloadHive(handle, subkey)"') Reload() Call(Zxc,'"Reload()"') Return Call(Zxc,'"Return"') Run( programname, parameters ) Call(Zxc,'"Run( programname, parameters )"') RunEnviron( program name, parameters, @NORMAL|@ICON|@ZOOMED|@HIDDEN, @WAIT|@NOWAIT ) Call(Zxc,'"RunEnviron( program name, parameters, @NORMAL|@ICON|@ZOOMED|@HIDDEN, @WAIT|@NOWAIT )"') RunExit( programname, parameters ) Call(Zxc,'"RunExit( programname, parameters )"') RunHide( programname, parameters ) Call(Zxc,'"RunHide( programname, parameters )"') RunHideWait( programname, parameters ) Call(Zxc,'"RunHideWait( programname, parameters )"') RunIcon( programname, parameters ) Call(Zxc,'"RunIcon( programname, parameters )"') RunIconWait( programname, parameters ) Call(Zxc,'"RunIconWait( programname, parameters )"') RunShell( programname, params, directory, @NORMAL|@ICON|@ZOOMED|@HIDDEN, @WAIT|@NOWAIT|@GETPROCID ) Call(Zxc,'"RunShell( programname, params, directory, @NORMAL|@ICON|@ZOOMED|@HIDDEN, @WAIT|@NOWAIT|@GETPROCID )"') RunWait( programname, parameters ) Call(Zxc,'"RunWait( programname, parameters )"') RunWithLogon( programname, params, directory, displaymode, waitflag, username, domain, password, loginflags ) Call(Zxc,'"RunWithLogon( programname, params, directory, displaymode, waitflag, username, domain, password, loginflags helpinfo)"') RunZoom( programname, parameters ) Call(Zxc,'"RunZoom( programname, parameters )"') RunZoomWait( programname, parameters) Call(Zxc,'"RunZoomWait( programname, parameters)"') WIL S - V.... SendKey( string ) Call(Zxc,'"SendKey( string )"') SendKeysChild( partialparentwindowname, partialchildwindowname, sendkey string ) Call(Zxc,'"SendKeysChild( partialparentwindowname, partialchildwindowname, sendkey string )"') SendKeysTo( parentwindowname, sendkey string ) Call(Zxc,'"SendKeysTo( parentwindowname, sendkey string )"') SendMenusTo( partialparentwindowname, menuname ) Call(Zxc,'"SendMenusTo( partialparentwindowname, menuname )"') ShellExecute(programname, params, directory, @NORMAL|@ICON|@ZOOMED|@HIDDEN|0, "") Call(Zxc,'"ShellExecute(programname, params, directory, @NORMAL|@ICON|@ZOOMED|@HIDDEN|0, """")"') ShortcutDir(name [,type [,backslashflag]]) Call(Zxc,'"ShortcutDir(name [,type [,backslashflag]])"') ShortcutEdit(linkname, target, params, startdir, showmode [,shortcuttype] ) Call(Zxc,'"ShortcutEdit(linkname, target, params, startdir, showmode [,shortcuttype] helpinfo)"') ShortcutExtra(linkname, description, hotkey, iconfile, iconindex [,shortcuttype] ) Call(Zxc,'"ShortcutExtra(linkname, description, hotkey, iconfile, iconindex [,shortcuttype] helpinfo)"') ShortcutInfo(linkname [,shortcuttype] ) Call(Zxc,'"ShortcutInfo(linkname [,shortcuttype] helpinfo)"') ShortcutMake(linkname, target, params, startdir, showmode [,shortcuttype] ) Call(Zxc,'"ShortcutMake(linkname, target, params, startdir, showmode [,shortcuttype] helpinfo)"') Sin( fp_num ) Call(Zxc,'"Sin( fp_num )"') Sinh(x) Call(Zxc,'"Sinh(x)"') SnapShot(request# ) Call(Zxc,'"SnapShot(request# helpinfo)"') Sounds(request# ) Call(Zxc,'"Sounds(request# helpinfo)"') Sqrt( fp_num ) Call(Zxc,'"Sqrt( fp_num )"') StrCat( string [ ,string ] ) Call(Zxc,'"StrCat( string [ ,string ] )"') StrCharCount( string ) Call(Zxc,'"StrCharCount( string )"') StrClean( source-string, characters, replacement, @True|@False, mode ) Call(Zxc,'"StrClean( source-string, characters, replacement, @True|@False, mode helpinfo)"') StrCmp( string1, string2 ) Call(Zxc,'"StrCmp( string1, string2 )"') StrFill( filler, length ) Call(Zxc,'"StrFill( filler, length )"') StrFix( basestring, padstring, length ) Call(Zxc,'"StrFix( basestring, padstring, length )"') StrFixChars( basestring, padstring, length ) Call(Zxc,'"StrFixChars( basestring, padstring, length )"') StrFixCharsL( basestring, padstring, length ) Call(Zxc,'"StrFixCharsL( basestring, padstring, length )"') StrFixLeft( basestring, padstring, length ) Call(Zxc,'"StrFixLeft( basestring, padstring, length )"') StriCmp(string1, string2) Call(Zxc,'"StriCmp(string1, string2)"') StrIndexNc( basestring, substring, start, @Fwdscan|@Backscan ) Call(Zxc,'"StrIndexNc( basestring, substring, start, @Fwdscan|@Backscan )"') StrIndexWild(string, pattern, start) Call(Zxc,'"StrIndexWild(string, pattern, start)"') StrLen( string ) Call(Zxc,'"StrLen( string )"') StrLenWild(string, pattern, start) Call(Zxc,'"StrLenWild(string, pattern, start)"') StrLower( string ) Call(Zxc,'"StrLower( string )"') StrReplace( string, old, new ) Call(Zxc,'"StrReplace( string, old, new )"') StrScan( string, delimiters, startpos, @Fwdscan|@Backscan ) Call(Zxc,'"StrScan( string, delimiters, startpos, @Fwdscan|@Backscan )"') StrSub( string, startpos, length ) Call(Zxc,'"StrSub( string, startpos, length )"') StrSubWild(string, pattern, start) Call(Zxc,'"StrSubWild(string, pattern, start)"') StrTrim( string ) Call(Zxc,'"StrTrim( string )"') StrUpper( string ) Call(Zxc,'"StrUpper( string )"') SvcSetAccept(codes ) Call(Zxc,'"SvcSetAccept(codes helpinfo)"') SvcSetState(state ) Call(Zxc,'"SvcSetState(state helpinfo)"') SvcWaitForCmd( milliseconds ) Call(Zxc,'"SvcWaitForCmd( milliseconds )"') Tan( fp_num ) Call(Zxc,'"Tan( fp_num )"') Tanh( fp_num ) Call(Zxc,'"Tanh( fp_num )"') Terminate(expression, title, message) Call(Zxc,'"Terminate(expression, title, message)"') TimeAdd( YmdHms, YmdHms ) Call(Zxc,'"TimeAdd( YmdHms, YmdHms )"') TimeDate() Call(Zxc,'"TimeDate()"') TimeDelay(seconds) Call(Zxc,'"TimeDelay(seconds)"') TimeDiff( YmdHms, YmdHms ) Call(Zxc,'"TimeDiff( YmdHms, YmdHms )"') TimeDiffDays( Ymd[Hms], Ymd[Hms] ) Call(Zxc,'"TimeDiffDays( Ymd[Hms], Ymd[Hms] )"') TimeDiffSecs( YmdHms, YmdHms ) Call(Zxc,'"TimeDiffSecs( YmdHms, YmdHms )"') TimeJulianDay( Ymd[Hms] ) Call(Zxc,'"TimeJulianDay( Ymd[Hms] )"') TimeJulToYmd(juliandate) Call(Zxc,'"TimeJulToYmd(juliandate)"') TimeSubtract(datetime, datetime difference) Call(Zxc,'"TimeSubtract(datetime, datetime difference)"') TimeWait(YmdHms) Call(Zxc,'"TimeWait(YmdHms)"') TimeYmdHms() Call(Zxc,'"TimeYmdHms()"') VarType(varname) Call(Zxc,'"VarType(varname)"') Version() Call(Zxc,'"Version()"') VersionDLL() Call(Zxc,'"VersionDLL()"') WIL W - Z.... WaitForKey(key1, key2, key3, key4, key5) Call(Zxc,'"WaitForKey(key1, key2, key3, key4, key5)"') WallPaper( bmp/filename, tile ) Call(Zxc,'"WallPaper( bmp/filename, tile helpinfo)"') WinActivate( partialwinname ) Call(Zxc,'"WinActivate( partialwinname )"') WinActivChild( partialparentwindowname, partialchildwindowname ) Call(Zxc,'"WinActivChild( partialparentwindowname, partialchildwindowname )"') WinActiveChild( partialparentwindowname, partialchildwindowname ) Call(Zxc,'"WinActiveChild( partialparentwindowname, partialchildwindowname )"') WinArrange(style ) Call(Zxc,'"WinArrange(style helpinfo)"') WinClose( partialwinname ) Call(Zxc,'"WinClose( partialwinname )"') WinCloseNot( partialwinname [ ,partialwinname ] ) Call(Zxc,'"WinCloseNot( partialwinname [ ,partialwinname ] )"') WinExeName( partialwinname ) Call(Zxc,'"WinExeName( partialwinname )"') WinExist( partialwinname ) Call(Zxc,'"WinExist( partialwinname )"') WinExistChild( partialparentwindowname, partialchildwindowname ) Call(Zxc,'"WinExistChild( partialparentwindowname, partialchildwindowname )"') WinGetActive() Call(Zxc,'"WinGetActive()"') WinHelp(helpfile, function , keyword ) Call(Zxc,'"WinHelp(helpfile, function helpinfo, keyword )"') WinHide( partialwinname ) Call(Zxc,'"WinHide( partialwinname )"') WinIconize(partial-winname) Call(Zxc,'"WinIconize(partial-winname)"') WinIdGet(partialwinname) Call(Zxc,'"WinIdGet(partialwinname)"') WinIsDOS( partialwinname ) Call(Zxc,'"WinIsDOS( partialwinname )"') WinItemChild( partialparentwindowname ) Call(Zxc,'"WinItemChild( partialparentwindowname )"') WinItemize() Call(Zxc,'"WinItemize()"') WinItemizeEx(partialwinname, multiple, hidden) Call(Zxc,'"WinItemizeEx(partialwinname, multiple, hidden)"') WinItemNameId() Call(Zxc,'"WinItemNameId()"') WinItemProcId(process-id, flags , return-type) Call(Zxc,'"WinItemProcId(process-id, flags helpinfo, return-type)"') WinMetrics(request# ) Call(Zxc,'"WinMetrics(request# helpinfo)"') WinName() Call(Zxc,'"WinName()"') WinParmGet(request# ) Call(Zxc,'"WinParmGet(request# helpinfo)"') WinParmSet(request# , new-value, ini-control ) Call(Zxc,'"WinParmSet(request# helpinfo, new-value, ini-control )"') WinPlace( xulc, yulc, xbrc, ybrc, partialwinname ) Call(Zxc,'"WinPlace( xulc, yulc, xbrc, ybrc, partialwinname )"') WinPlaceGet( @ICON|@NORMAL|@ZOOMED, partialwinname ) Call(Zxc,'"WinPlaceGet( @ICON|@NORMAL|@ZOOMED, partialwinname )"') WinPlaceSet( @ICON|@NORMAL|@ZOOMED, partialwinname, position string ) Call(Zxc,'"WinPlaceSet( @ICON|@NORMAL|@ZOOMED, partialwinname, position string )"') WinPosition( partialwinname ) Call(Zxc,'"WinPosition( partialwinname )"') WinResources(request# ) Call(Zxc,'"WinResources(request# helpinfo)"') WinShow( partialwinname ) Call(Zxc,'"WinShow( partialwinname )"') WinState( partialwinname ) Call(Zxc,'"WinState( partialwinname )"') WinSysInfo() Call(Zxc,'"WinSysInfo()"') WinTitle( oldpartialwinname, newwinname ) Call(Zxc,'"WinTitle( oldpartialwinname, newwinname )"') WinVersion( level ) Call(Zxc,'"WinVersion( level )"') WinWaitChild(partial parent winname, partial child winname, timeout) Call(Zxc,'"WinWaitChild(partial parent winname, partial child winname, timeout)"') WinWaitClose( partialwinname ) Call(Zxc,'"WinWaitClose( partialwinname )"') WinWaitExist(partialwinname, timeout) Call(Zxc,'"WinWaitExist(partialwinname, timeout)"') WinZoom( partialwinname ) Call(Zxc,'"WinZoom( partialwinname )"') Yield Call(Zxc,'"Yield"') Yields(count) Call(Zxc,'"Yields(count)"') WinBatch Studio Macros.... wBackSpace() Call(Zxc,'"wBackSpace()"') wBackTab() Call(Zxc,'"wBackTab()"') wClearSel() Call(Zxc,'"wClearSel()"') wCompile() Call(Zxc,'"wCompile()"') wCopy() Call(Zxc,'"wCopy()"') wCopyAppend() Call(Zxc,'"wCopyAppend()"') wCopyLine() Call(Zxc,'"wCopyLine()"') wCopyMarked() Call(Zxc,'"wCopyMarked()"') wCut() Call(Zxc,'"wCut()"') wCutAppend() Call(Zxc,'"wCutAppend()"') wCutLine() Call(Zxc,'"wCutLine()"') wCutMarked() Call(Zxc,'"wCutMarked()"') wDelete() Call(Zxc,'"wDelete()"') wDownLine() Call(Zxc,'"wDownLine()"') wEnd() Call(Zxc,'"wEnd()"') wEndOfFile() Call(Zxc,'"wEndOfFile()"') wEndSel() Call(Zxc,'"wEndSel()"') wFileExit() Call(Zxc,'"wFileExit()"') wFileList() Call(Zxc,'"wFileList()"') wFileMerge(filename) Call(Zxc,'"wFileMerge(filename)"') wFileNew() Call(Zxc,'"wFileNew()"') wFileOpen(filename) Call(Zxc,'"wFileOpen(filename)"') wFilePgsetup() Call(Zxc,'"wFilePgsetup()"') wFilePrint() Call(Zxc,'"wFilePrint()"') wFileRevert() Call(Zxc,'"wFileRevert()"') wFileSave() Call(Zxc,'"wFileSave()"') wFileSaveas(filename) Call(Zxc,'"wFileSaveas(filename)"') wFind(SearchText,Forward,MatchCase,Regex,Wrap ) Call(Zxc,'"wFind(SearchText,Forward,MatchCase,Regex,Wrap helpinfo)"') wFTPOpen() Call(Zxc,'"wFTPOpen()"') wGetChar() Call(Zxc,'"wGetChar()"') wGetColNo() Call(Zxc,'"wGetColNo()"') wGetFileName() Call(Zxc,'"wGetFileName()"') wGetIns() Call(Zxc,'"wGetIns()"') wGetLineNo() Call(Zxc,'"wGetLineNo()"') wGetModified() Call(Zxc,'"wGetModified()"') wGetOutput() Call(Zxc,'"wGetOutput()"') wGetRedo() Call(Zxc,'"wGetRedo()"') wGetSelState() Call(Zxc,'"wGetSelState()"') wGetUndo() Call(Zxc,'"wGetUndo()"') wGetWord() Call(Zxc,'"wGetWord()"') wGetWrap() Call(Zxc,'"wGetWrap()"') wGotoCol(colno) Call(Zxc,'"wGotoCol(colno)"') wGotoLine(lineno) Call(Zxc,'"wGotoLine(lineno)"') wHelpAbout() Call(Zxc,'"wHelpAbout()"') wHelpCmds() Call(Zxc,'"wHelpCmds()"') wHelpHelp() Call(Zxc,'"wHelpHelp()"') wHelpIndex() Call(Zxc,'"wHelpIndex()"') wHelpKeybrd() Call(Zxc,'"wHelpKeybrd()"') wHelpKeyWord() Call(Zxc,'"wHelpKeyWord()"') wHome() Call(Zxc,'"wHome()"') wInsLine(line) Call(Zxc,'"wInsLine(line)"') wInsString(string) Call(Zxc,'"wInsString(string)"') wInvertCase() Call(Zxc,'"wInvertCase()"') wLeft() Call(Zxc,'"wLeft()"') wLowerCase() Call(Zxc,'"wLowerCase()"') wNewLine() Call(Zxc,'"wNewLine()"') wNextError() Call(Zxc,'"wNextError()"') wPageDown() Call(Zxc,'"wPageDown()"') wPageUp() Call(Zxc,'"wPageUp()"') wPaste() Call(Zxc,'"wPaste()"') wPrevError() Call(Zxc,'"wPrevError()"') wPrinSetup() Call(Zxc,'"wPrinSetup()"') wPrintDirect() Call(Zxc,'"wPrintDirect()"') wProperties() Call(Zxc,'"wProperties()"') wRecord() Call(Zxc,'"wRecord()"') wRedo() Call(Zxc,'"wRedo()"') wRepeat() Call(Zxc,'"wRepeat()"') wRight() Call(Zxc,'"wRight()"') wRunCommand(command) Call(Zxc,'"wRunCommand(command)"') wRunCompile() Call(Zxc,'"wRunCompile()"') wRunConfig() Call(Zxc,'"wRunConfig()"') wRunDebug() Call(Zxc,'"wRunDebug()"') wRunExecute() Call(Zxc,'"wRunExecute()"') wRunMake() Call(Zxc,'"wRunMake()"') wRunRebuild() Call(Zxc,'"wRunRebuild()"') wSelBottom() Call(Zxc,'"wSelBottom()"') wSelDown() Call(Zxc,'"wSelDown()"') wSelectAll() Call(Zxc,'"wSelectAll()"') wSelEnd() Call(Zxc,'"wSelEnd()"') wSelHome() Call(Zxc,'"wSelHome()"') wSelInfo() Call(Zxc,'"wSelInfo()"') wSelLeft() Call(Zxc,'"wSelLeft()"') wSelPgDn() Call(Zxc,'"wSelPgDn()"') wSelPgUp() Call(Zxc,'"wSelPgUp()"') wSelRight() Call(Zxc,'"wSelRight()"') wSelTop() Call(Zxc,'"wSelTop()"') wSelUp() Call(Zxc,'"wSelUp()"') wSelWordLeft() Call(Zxc,'"wSelWordLeft()"') wSelWordRight() Call(Zxc,'"wSelWordRight()"') wSetBookMark() Call(Zxc,'"wSetBookMark()"') wSetColBlk() Call(Zxc,'"wSetColBlk()"') wSetPrefs() Call(Zxc,'"wSetPrefs()"') wSetProject(projectname) Call(Zxc,'"wSetProject(projectname)"') wSpellCheck() Call(Zxc,'"wSpellCheck()"') wStartSel() Call(Zxc,'"wStartSel()"') wStatusMsg(message) Call(Zxc,'"wStatusMsg(message)"') wTab() Call(Zxc,'"wTab()"') wToggleIns() Call(Zxc,'"wToggleIns()"') wTopOfFile() Call(Zxc,'"wTopOfFile()"') wUndo() Call(Zxc,'"wUndo()"') wUpLine() Call(Zxc,'"wUpLine()"') wUpperCase() Call(Zxc,'"wUpperCase()"') wViewHTML() Call(Zxc,'"wViewHTML()"') wViewOptions() Call(Zxc,'"wViewOptions()"') wViewOutput() Call(Zxc,'"wViewOutput()"') wWinArrIcons() Call(Zxc,'"wWinArrIcons()"') wWinCascade() Call(Zxc,'"wWinCascade()"') wWinClose() Call(Zxc,'"wWinClose()"') wWinCloseAll() Call(Zxc,'"wWinCloseAll()"') wWinMaximize() Call(Zxc,'"wWinMaximize()"') wWinMinimize() Call(Zxc,'"wWinMinimize()"') wWinNext() Call(Zxc,'"wWinNext()"') wWinRestore() Call(Zxc,'"wWinRestore()"') wWinTile() Call(Zxc,'"wWinTile()"') wWordLeft() Call(Zxc,'"wWordLeft()"') wWordRight() Call(Zxc,'"wWordRight()"') WinSock Internet Extender.... dunConnect(dial-up name) Call(Zxc,'"dunConnect(dial-up name)"') dunConnectEx(dial-up name, password) Call(Zxc,'"dunConnectEx(dial-up name, password)"') dunDisconnect(connection) Call(Zxc,'"dunDisconnect(connection)"') dunItemize() Call(Zxc,'"dunItemize()"') ftpChDir(hSession, remote-path) Call(Zxc,'"ftpChDir(hSession, remote-path)"') ftpDelete(hSession, remote-file) Call(Zxc,'"ftpDelete(hSession, remote-file)"') ftpOpen(host name, user name, password, account, attempts) Call(Zxc,'"ftpOpen(host name, user name, password, account, attempts)"') ftpClose(hSession) Call(Zxc,'"ftpClose(hSession)"') ftpFirewall(type, host, port, userid, password) Call(Zxc,'"ftpFirewall(type, host, port, userid, password)"') ftpGet(hSession, remote-file, local-file, transfer-type ) Call(Zxc,'"ftpGet(hSession, remote-file, local-file, transfer-type helpinfo)"') ftpList(hSession, remote-path, local-file) Call(Zxc,'"ftpList(hSession, remote-path, local-file)"') ftpPut(hSession, local-file, remote-file, transfer-type ) Call(Zxc,'"ftpPut(hSession, local-file, remote-file, transfer-type helpinfo)"') ftpQuote(hSession, command) Call(Zxc,'"ftpQuote(hSession, command)"') ftpRename(hSession, remote-oldname, remote-newname) Call(Zxc,'"ftpRename(hSession, remote-oldname, remote-newname)"') httpAuth(user-ID, password) Call(Zxc,'"httpAuth(user-ID, password)"') httpFirewall(type, host, port, user id, password ) Call(Zxc,'"httpFirewall(type, host, port, user id, password )"') HTTPFullPath(Path, DefServer, DefDir, DefFile, DefAnchor) Call(Zxc,'"HTTPFullPath(Path, DefServer, DefDir, DefFile, DefAnchor)"') httpGetAnchor(URL, anchor) Call(Zxc,'"httpGetAnchor(URL, anchor)"') httpGetDir(URL, dirpath) Call(Zxc,'"httpGetDir(URL, dirpath)"') httpGetFile(URL, filename) Call(Zxc,'"httpGetFile(URL, filename)"') httpGetPath(URL, dirpath) Call(Zxc,'"httpGetPath(URL, dirpath)"') httpGetQuery(URL, query string, maxsize) Call(Zxc,'"httpGetQuery(URL, query string, maxsize)"') httpGetServer(URL, domain name) Call(Zxc,'"httpGetServer(URL, domain name)"') httpRecvFile(server, path, localfile, flag ) Call(Zxc,'"httpRecvFile(server, path, localfile, flag helpinfo)"') httpRecvQryF(server, path, query, localfile, flags ) Call(Zxc,'"httpRecvQryF(server, path, query, localfile, flags helpinfo)"') httpRecvQuery(server, path, query, maxsize, flags ) Call(Zxc,'"httpRecvQuery(server, path, query, maxsize, flags helpinfo)"') httpRecvText(server, path, maxsize, flag ) Call(Zxc,'"httpRecvText(server, path, maxsize, flag helpinfo)"') httpRecvTextF(server, path, maxsize, flag ) Call(Zxc,'"httpRecvTextF(server, path, maxsize, flag helpinfo)"') httpStripHTML(text) Call(Zxc,'"httpStripHTML(text)"') p3Close(handle) Call(Zxc,'"p3Close(handle)"') p3Count(handle) Call(Zxc,'"p3Count(handle)"') p3Delete(handle, message) Call(Zxc,'"p3Delete(handle, message)"') p3GetReply() Call(Zxc,'"p3GetReply()"') p3Open(server, user, password) Call(Zxc,'"p3Open(server, user, password)"') p3Peek(handle, message, lines) Call(Zxc,'"p3Peek(handle, message, lines)"') p3RecvFile(handle, message, filename) Call(Zxc,'"p3RecvFile(handle, message, filename)"') p3RecvText(handle, message, maxsize) Call(Zxc,'"p3RecvText(handle, message, maxsize)"') sAccept(listensocket, blockflag ) Call(Zxc,'"sAccept(listensocket, blockflag helpinfo)"') sByteOrder16(number, direction mode ) Call(Zxc,'"sByteOrder16(number, direction mode helpinfo)"') sByteOrder32(number, direction mode ) Call(Zxc,'"sByteOrder32(number, direction mode helpinfo)"') sClose(socket) Call(Zxc,'"sClose(socket)"') sConnect(socket, hostaddr, service) Call(Zxc,'"sConnect(socket, hostaddr, service)"') sListen(listensocket, port) Call(Zxc,'"sListen(listensocket, port)"') smtpSendFile(server, from, to, subject, filename) Call(Zxc,'"smtpSendFile(server, from, to, subject, filename)"') smtpSendText(server, from, to, subject, text) Call(Zxc,'"smtpSendText(server, from, to, subject, text)"') sOK2Recv(socket, size) Call(Zxc,'"sOK2Recv(socket, size)"') sOK2Send(socket) Call(Zxc,'"sOK2Send(socket)"') sOpen() Call(Zxc,'"sOpen()"') sRecvBinary(socket, blob, size) Call(Zxc,'"sRecvBinary(socket, blob, size)"') sRecvLine(socket, maxsize) Call(Zxc,'"sRecvLine(socket, maxsize)"') sRecvNum(socket, bytecount) Call(Zxc,'"sRecvNum(socket, bytecount)"') sSendBinary(socket, blob, size) Call(Zxc,'"sSendBinary(socket, blob, size)"') sSendNum(socket, number, bytecount) Call(Zxc,'"sSendNum(socket, number, bytecount)"') sSendString(socket, string) Call(Zxc,'"sSendString(socket, string)"') sSendLine(socket, string) Call(Zxc,'"sSendLine(socket, string)"') urlDecode(data) Call(Zxc,'"urlDecode(data)"') urlEncode(data) Call(Zxc,'"urlEncode(data)"') urlGetScheme(URL, scheme) Call(Zxc,'"urlGetScheme(URL, scheme)"') wxHost2Addr(host name) Call(Zxc,'"wxHost2Addr(host name)"') wxAddr2Host(host address) Call(Zxc,'"wxAddr2Host(host address)"') wxGetErrDesc(errnum) Call(Zxc,'"wxGetErrDesc(errnum)"') wxGetInfo(request# , parameter) Call(Zxc,'"wxGetInfo(request# helpinfo, parameter)"') wxGetLastErr() Call(Zxc,'"wxGetLastErr()"') wxMsgGetBody(sMsg) Call(Zxc,'"wxMsgGetBody(sMsg)"') wxMsgGetHdr(Msg, Header, delimiter) Call(Zxc,'"wxMsgGetHdr(Msg, Header, delimiter)"') wxMsgSetHdr(header-name, header-value) Call(Zxc,'"wxMsgSetHdr(header-name, header-value)"') wxParmGet(request# ) Call(Zxc,'"wxParmGet(request# helpinfo)"') wxParmSet(request# , new value) Call(Zxc,'"wxParmSet(request# helpinfo, new value)"') wxPing(hostname/address) Call(Zxc,'"wxPing(hostname/address)"') Zipper Extender.... zVersionInfo() Call(Zxc,'"zVersionInfo()"') zZipFiles(options, ZipFileName, FilesToZip) Call(Zxc,'"zZipFiles(options, ZipFileName, FilesToZip)"') zUnZipFiles(options, ZipFileName, IncludeFiles, ExcludeFiles, TargetDir) Call(Zxc,'"zUnZipFiles(options, ZipFileName, IncludeFiles, ExcludeFiles, TargetDir)"') ; End of selection items Help Info Always show Help Info @_@_@_@_@_@_@_@=1 IniWritePvt("HelpInfo","flag",1,"www-prod.ini") Standard Help Info @_@_@_@_@_@_@_@=0 IniWritePvt("HelpInfo","flag",0,"www-prod.ini") _More... ; Additional menu choices Colorize UDF Function ; Tells Studio to colorize a user defined function Helpword = wEdGetWord() ; Get Selected word. IF Helpword=="" wLeft() ; End of word? Try one position to the left. Helpword = wEdGetWord() ; Select possible word & reset cursor. wRight() ; Saves time-wasting manual cursor manipulation. ENDIF IF Helpword=="" Message("No UDF Found","Must hilight a UDF function name to colorize it.") EXIT ENDIF ;Does color already exist? B=StrCat(DirHome(),"WIL.CLR") A=IniReadPvt("COLORS","UDF","XXX",B) IF A=="XXX" IniWritePvt("COLORS","UDF","0,128,255",B) ENDIF A=IniReadPvt("KEYWORDS",Helpword,"XYZZY123XXYZ",B) IF A !="XYZZY123XXYZ" Message(Helpword,"Already colorized") EXIT ENDIF IniWritePvt("KEYWORDS",Helpword,"UDF",B) Toggle Bookmark ; Toggles a bookmark at the current line wSetBookMark() _Copy current line ; Copy the current line or selection to the clipboard wEdHome() wEdStartSel() wEdDownLine() wEdEndSel() wEdCopy() Cut current line ; Cut the current line or selection to the clipboard wEdHome() wEdStartSel() wEdDownLine() wEdEndSel() wEdCut() Open highlighted file \ ^F ; Open selected file Name = wEdGetWord() Length = StrLen(Name) IF Length==0 THEN GOTO DONE B = FileLocate(Name) IF B == "" THEN Message("Open selected file","Cannot find %name%") IF B == "" THEN GOTO DONE wFileOpen(B) :DONE DROP(Name,Length,B) _Insert Block ; Insert a template into the document If-Else ; Insert an 'if-else' template wEdNewLine() wEdUpLine() ; First determine if it is C or WIL ;debug(1) Filext = StrUpper(FileExtension(wGetFileName())) IF Filext=="WBT" || Filext=="WIL" || Filext=="MNU" || Filext=="WEB" ; Its WIL. wEdInsString("if xx == yy") wEdNewLine() wEdNewLine() wEdInsString("else") wEdNewLine() wEdNewLine() wEdInsString("endif") wEdNewLine() wEdUpLine() wEdUpLine() wEdUpLine() wEdUpLine() ELSE ; Assume C. wEdInsString("if ( xx == yy )") wEdNewLine() wEdInsString(" {") wEdNewLine() wEdNewLine() wEdInsString("}") wEdNewLine() wEdLeft() wEdLeft() wEdLeft() wEdInsString("else") wEdNewLine() wEdInsString(" {") wEdNewLine() wEdNewLine() wEdInsString("}") wEdNewLine() wEdUpLine() wEdUpLine() wEdUpLine() wEdUpLine() wEdUpLine() wEdUpLine() ENDIF DROP(S,Filext) Switch ; Insert a 'switch' template wEdNewLine() wEdUpLine() Filext = StrUpper(FileExtension(wGetFileName())) IF Filext=="WBT" || Filext=="WIL" || Filext=="MNU" || Filext=="WEB" ; Its WIL. wEdNewLine() wEdUpLine() wEdInsString("switch switchvar") wEdNewLine() wEdInsString(" case 1") wEdNewLine() wEdInsString(" break") wEdNewLine() wEdNewLine() wEdLeft() wEdLeft() wEdLeft() wEdInsString("case 2") wEdNewLine() wEdInsString(" break") wEdNewLine() wEdNewLine() wEdLeft() wEdLeft() wEdLeft() wEdInsString("case 3") wEdNewLine() wEdInsString(" break") wEdNewLine() wEdNewLine() wEdLeft() wEdLeft() wEdLeft() wEdLeft() wEdLeft() wEdLeft() wEdInsString("endswitch") wEdNewLine() wEdUpLine() wEdUpLine() wEdUpLine() wEdUpLine() wEdUpLine() wEdUpLine() wEdUpLine() wEdUpLine() wEdUpLine() ELSE ; Assume C. wEdInsString("switch (swvar)") wEdNewLine() wEdInsString(" {") wEdNewLine() wEdInsString("case 1:") wEdNewLine() wEdInsString(" break;") wEdNewLine() wEdNewLine() wEdLeft() wEdLeft() wEdLeft() wEdInsString("case 2:") wEdNewLine() wEdInsString(" break;") wEdNewLine() wEdNewLine() wEdLeft() wEdLeft() wEdLeft() wEdInsString("case 3:") wEdNewLine() wEdInsString(" break;") wEdNewLine() wEdNewLine() wEdLeft() wEdLeft() wEdLeft() wEdLeft() wEdLeft() wEdLeft() wEdInsString(" }") wEdNewLine() wEdUpLine() wEdUpLine() wEdUpLine() wEdUpLine() wEdUpLine() wEdUpLine() wEdUpLine() wEdUpLine() wEdUpLine() ENDIF DROP(S,Filext) While ; Insert a 'while' template wEdNewLine() wEdUpLine() Filext = StrUpper(FileExtension(wGetFileName())) IF Filext=="WBT" || Filext=="WIL" || Filext=="MNU" || Filext=="WEB" ; Its WIL. wEdInsString("while xx == yy") wEdNewLine() wEdNewLine() wEdInsString("endwhile") wEdNewLine() wEdUpLine() wEdUpLine() ELSE ; Assume C. wEdInsString("while (xx == yy)") wEdNewLine() wEdInsString(" {") wEdNewLine() wEdNewLine() wEdInsString("}") wEdNewLine() wEdUpLine() wEdUpLine() ENDIF DROP(S,Filext) Comment block \ +^B ; Insert a comment block Filext = StrUpper(FileExtension(wGetFileName())) IF Filext=="WBT" || Filext=="WIL" || Filext=="MNU" || Filext=="WEB" THEN Cmt=";" ; Its WIL. ELSE Cmt="//" S="" ;if wGetSelState() then S=wEdGetWord() ClipPut ("%cmt%***************************************************************************%CR%") ClipAppend("%cmt%** %s%%CR%") ClipAppend("%cmt%** %CR%") ClipAppend("%cmt%** %CR%") ClipAppend ("%cmt%***************************************************************************%CR%") wEdGoToCol(1) ; Insert above current line. wEdStartSel() wEdEndSel() wEdNewLine() wEdGoToCol(1) ; Insert above current line. wEdPaste() wEdDownLine() wEdDownLine() wEdEnd() DROP(S,Filext,Cmt) ; ;Builds a DETAILED comment block from the label under the cursor. ; Comment SUPER block \ ^!B ; Insert a detailed comment block Filext = StrUpper(FileExtension(wGetFileName())) IF Filext=="WBT" || Filext=="WIL" || Filext=="MNU" || Filext=="WEB" THEN Cmt=";" ; Its WIL. ELSE Cmt="//" S="" ;if wGetSelState() then S=wEdGetWord() ClipPut ("%cmt%***************************************************************************%CR%") ClipAppend("%cmt%** %s%%CR%") ClipAppend("%cmt%** %CR%") ClipAppend("%cmt%** %CR%") ClipAppend("%cmt%** Purpose: %CR%") ClipAppend("%cmt%** Inputs: %CR%") ClipAppend("%cmt%** Outputs: %CR%") ClipAppend("%cmt%** Revisions: %CR%") ClipAppend ("%cmt%***************************************************************************%CR%") wEdGoToCol(1) ; Insert above current line. wEdStartSel() wEdEndSel() wEdNewLine() wEdGoToCol(1) ; Insert above current line. wEdPaste() wEdDownLine() wEdDownLine() wEdEnd() DROP(S,Filext,Cmt) _How do I?... ; Learn about using scripts Use Menu Scripts ; Menu file reference Helpfile = StrCat(Homeupone,"windows interface language.hlp") WinHelp(Helpfile, "PartialKey", "Menu Files") Write WIL Scripts ; WIL scripting language reference Helpfile = StrCat(Homeupone,"windows interface language.hlp") WinHelp(Helpfile, "PartialKey", "Tutorial") Customize this menu... ; Manage WinBatch Studio Popup menu Thefile=StrCat(DirHome(),"WSPOPUP.MNU") wFileOpen(Thefile) DROP(Thefile)