User contributions
From Sputnik Wiki
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 10:03, 29 November 2011 (diff | hist) N Core Function FileDecrypt (Created page with "<pre> FileDecrypt( <file> ) </pre> === Description === Decrypt a file previously encrypted by this windows user account. === Parameters === ==== file ==== File name. === Re...")
- 10:03, 29 November 2011 (diff | hist) N Core Function FileEncrypt (Created page with "<pre> FileEncrypt( <file> ) </pre> === Description === Encrypt a file so only the windows account used to encrypt it can decrypt it === Parameters === ==== file ==== File na...")
- 10:02, 29 November 2011 (diff | hist) Function Reference (→Misc)
- 09:57, 29 November 2011 (diff | hist) N Core Function FileAccessTime (Created page with "<pre> FileAccessTime( <file>, <flag> ) </pre> === Description === Get the last access time of a file. === Parameters === ==== file ==== File name. ==== flag ==== If the fl...")
- 09:57, 29 November 2011 (diff | hist) N Core Function FileWriteTime (Created page with "<pre> FileWriteTime( <file>, <flag> ) </pre> === Description === Get the last write time of a file. === Parameters === ==== file ==== File name. ==== flag ==== If the flag...")
- 09:56, 29 November 2011 (diff | hist) N Core Function FileCreationTime (Created page with "<pre> FileCreationTime( <file>, <flag> ) </pre> === Description === Get the creation time of a file. === Parameters === ==== file ==== File name. ==== flag ==== If the fla...")
- 09:55, 29 November 2011 (diff | hist) Core Function FileExists
- 09:54, 29 November 2011 (diff | hist) Function Reference (→Misc)
- 09:47, 29 November 2011 (diff | hist) N Core Function FileDelete (Created page with "<pre> FileDelete( <file> ) </pre> === Description === Delete a file. === Parameters === ==== file ==== The file to delete. === Return Value === Success: Returns 1. Failur...")
- 09:46, 29 November 2011 (diff | hist) Function Reference (→File Create/Read/Write Functions)
- 09:46, 29 November 2011 (diff | hist) Function Reference (→File Create/Read/Write Functions)
- 09:43, 29 November 2011 (diff | hist) N Core Function FileCopy (Created page with "<pre> FileCopy( <file1>, <file2>, <flag> ) </pre> === Description === Copy a file. === Parameters === ==== file1 ==== The file to copy. ==== file2 ==== The new file name a...")
- 09:41, 29 November 2011 (diff | hist) Function Reference (→File Create/Read/Write Functions)
- 09:36, 29 November 2011 (diff | hist) N Core Function EnvExpand (Created page with "<pre> EnvExpand( <expression> ) </pre> === Description === Convert a string containing %name% env tags and return complete string with names resolved. === Parameters === ====...")
- 09:35, 29 November 2011 (diff | hist) N Core Function EnvGet (Created page with "<pre> EnvGet( <tag> ) </pre> === Description === Get the value of an environment variable. === Parameters === ==== tag ==== Name of the environment variable to get such as "...")
- 09:34, 29 November 2011 (diff | hist) N Core Function EnvSet (Created page with "<pre> EnvSet( <tag>, <expression> ) </pre> === Description === Set the value of an environment variable. === Parameters === ==== tag ==== Name of the environment variable to...")
- 09:31, 29 November 2011 (diff | hist) Function Reference (→Environment Management)
- 09:31, 29 November 2011 (diff | hist) N Core Function EnvUpdate (Created page with "<pre> EnvUpdate( ) </pre> === Description === Refreshes the OS environment. === Parameters === None === Return Value === None. === Remarks === Similar effect as logging o...")
- 09:19, 29 November 2011 (diff | hist) Function Reference (→Common Dialog/Control Properties Get/Set Functions)
- 09:18, 29 November 2011 (diff | hist) Function Reference (→Common Dialog/Control Properties Get/Set Functions)
- 09:17, 29 November 2011 (diff | hist) Function Reference (→File Functions)
- 09:13, 29 November 2011 (diff | hist) Core Function DLLStructCreate (→Remarks)
- 09:13, 29 November 2011 (diff | hist) Core Function DLLStructCreate (→Remarks)
- 09:10, 29 November 2011 (diff | hist) Core Function DllStructGetVars (→Remarks)
- 09:10, 29 November 2011 (diff | hist) Core Function DllStructGetVars (→Example)
- 09:09, 29 November 2011 (diff | hist) Core Function DllStructGetVars (→Example)
- 09:09, 29 November 2011 (diff | hist) N Core Function DllStructGetVars (Created page with "<pre> DllStructGetVars( <dllstruct> ) </pre> === Description === Create an array of all items and their array size with total byte size === Parameters === ==== dllstruct ===...")
- 09:05, 29 November 2011 (diff | hist) Function Reference (→Process Functions)
- 08:54, 29 November 2011 (diff | hist) Core Function DLLStructCreate (→Example)
- 08:46, 29 November 2011 (diff | hist) Core Function DLLStructCreate (→Remarks)
- 08:37, 29 November 2011 (diff | hist) N Core Function DLLStructCreate (Created page with "<pre> DLLStructCreate( <def string> ) </pre> === Description === Creates a C/C++ style structure to be used with DLLCall === Parameters === ==== def string ==== A string re...")
- 08:12, 29 November 2011 (diff | hist) Function Reference (→Control Properties Get/Set Functions)
- 07:00, 29 November 2011 (diff | hist) Function Reference (→Control Creation Functions)
- 06:51, 29 November 2011 (diff | hist) Function Reference (→Control Creation Functions)
- 06:38, 29 November 2011 (diff | hist) Core Function Unset (→Remarks)
- 06:37, 29 November 2011 (diff | hist) N Core Function Unset (Created page with "<pre> Unset( $variable ) </pre> === Description === Delete a variable === Parameters === ==== $variable ==== A variable to delete. === Return Value === None === Remarks =...")
- 06:35, 29 November 2011 (diff | hist) Function Reference (→Math Functions)
- 06:33, 29 November 2011 (diff | hist) N Core Function FileExists (Created page with "<pre> FileExists( <expression> ) </pre> === Description === Check if a given file exists. === Parameters === ==== expression ==== File name. === Return Value === Success: ...")
- 06:31, 29 November 2011 (diff | hist) Function Reference (→File Functions)
- 06:11, 29 November 2011 (diff | hist) Core Function DoEvents
- 06:11, 29 November 2011 (diff | hist) N Core Function DoEvents (Created page with "<pre> DoEvents( ) </pre> === Description === Keep GUI window active by dispatching all messages in the queue. Works similar to Visual Basic 6.0's DoEvents(). === Parameters =...")
- 05:06, 29 November 2011 (diff | hist) Function Reference (→Process Functions)
- 00:44, 29 November 2011 (diff | hist) Function Reference (→Process Functions)
- 00:43, 29 November 2011 (diff | hist) Function Reference (→Process Functions)
- 15:41, 28 November 2011 (diff | hist) Function Reference (→Type Checking)
- 10:35, 28 November 2011 (diff | hist) N Core Function FolderSelectDialog (Created page with "<pre> FolderSelectDialog ( <text>, <dir>, <flag>, <init dir> ) </pre> === Description === Initiates a Browse For Folder Dialog. === Parameters === ==== title ==== Text greet...")
- 10:33, 28 November 2011 (diff | hist) Function Reference (→Dialogs)
- 10:30, 28 November 2011 (diff | hist) N Core Function IsDeclared (Created page with "<pre> IsDeclared( <variable name> ) </pre> === Description === Check if a variable has been declared === Parameters === ==== Expression ==== string representing name of the ...")
- 10:22, 28 November 2011 (diff | hist) Function Reference (→Misc)
- 08:52, 28 November 2011 (diff | hist) N Core Function WinKill (Created page with "<pre> WinKill ( <title>, <text> ) </pre> === Description === Forces a window to close. === Parameters === ==== Title ==== The title of the window. === Return Value === Non...")
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)