User contributions
From Sputnik Wiki
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 11:58, 29 November 2011 (diff | hist) N Core Function FileSHA1 (Created page with "<pre> FileSHA( <file> ) </pre> === Description === Calculate the SHA checksum of a file. === Parameters === ==== file ==== File name. === Return Value === Success: Returns...")
- 11:58, 29 November 2011 (diff | hist) Core Function FileMD5
- 11:57, 29 November 2011 (diff | hist) N Core Function FileMD5 (Created page with "<pre> FileDecrypt( <file> ) </pre> === Description === Decrypt a file previously encrypted by this windows user account. === Parameters === ==== file ==== File name. === Re...")
- 11:57, 29 November 2011 (diff | hist) Function Reference (→Misc)
- 11:52, 29 November 2011 (diff | hist) Function Reference (→Misc)
- 11:44, 29 November 2011 (diff | hist) N Core Function InputC (Created page with "<pre> InputC( <expression> ) </pre> === Description === Capture a char typed to console window. === Parameters === ==== expression ==== Optional; A message to display to use...")
- 11:44, 29 November 2011 (diff | hist) Core Function Input
- 11:43, 29 November 2011 (diff | hist) N Core Function Input (Created page with "<pre> InputC( <expression> ) </pre> === Description === Capture a char typed to console window. === Parameters === ==== expression ==== Optional; A message to display to use...")
- 11:42, 29 November 2011 (diff | hist) N Core Function Println (Created page with "<pre> Println( <expression> ) </pre> === Description === Prints an expressions string value to the console window and inserts a newline charactor at the end === Parameters ===...")
- 11:41, 29 November 2011 (diff | hist) Core Function Print (→Return Value)
- 11:41, 29 November 2011 (diff | hist) N Core Function Print (Created page with "<pre> Print( <expression> ) </pre> === Description === Prints an expressions string value to the console window === Parameters === ==== Expression ==== The expression to pri...")
- 11:39, 29 November 2011 (diff | hist) N Core Function ProcessSetPriority (Created page with "<pre> ProcessSetPriority( <pid/name>, <priority> ) </pre> === Description === Changes the priority of a process. === Parameters === ==== pid/name ==== The name or PID of th...")
- 11:25, 29 November 2011 (diff | hist) N Core Function ProcessExists (Created page with "<pre> ProcessExists( <pid/name> ) </pre> === Description === Checks to see if a specified process exists. === Parameters === ==== pid/name ==== The name or PID of the proce...")
- 11:24, 29 November 2011 (diff | hist) N Core Function ProcessWait (Created page with "<pre> ProcessWait( <pid/name>, <timeout> ) </pre> === Description === Pauses the current thread until a given process exists or optional the timeout expires. === Parameters ==...")
- 11:23, 29 November 2011 (diff | hist) Core Function ProcessWaitClose (→Example)
- 11:23, 29 November 2011 (diff | hist) N Core Function ProcessWaitClose (Created page with "<pre> ProcessWaitClose( <pid/name>, <timeout> ) </pre> === Description === Pauses the current thread until a given process no longer exists or optional the timeout expires. ==...")
- 11:21, 29 November 2011 (diff | hist) Function Reference (→Process Functions)
- 11:21, 29 November 2011 (diff | hist) N Core Function ProcessClose (Created page with "<pre> ProcessClose( <pid/name> ) </pre> === Description === Terminates a named process. === Parameters === ==== pid/name ==== The title or PID of the process to terminate. ...")
- 10:38, 29 November 2011 (diff | hist) N Core Function RunAsSet (Created page with "<pre> RunAsSet( <user>, <domain>, <password>, <options> ) </pre> === Description === Initialise a set of user credentials to use during Run and RunWait operations. === Paramet...")
- 10:34, 29 November 2011 (diff | hist) N Core Function String (Created page with "<pre> String( <expression> ) </pre> === Description === Returns the String representation of an expression === Parameters === ==== Expression ==== An expression to convert. ...")
- 10:34, 29 November 2011 (diff | hist) N Core Function Double (Created page with "<pre> Double( <expression> ) </pre> === Description === Returns the 64-bit floating point representation of an expression === Parameters === ==== Expression ==== An expressi...")
- 10:34, 29 November 2011 (diff | hist) N Core Function Float (Created page with "<pre> Float( <expression> ) </pre> === Description === Returns the 32-bit floating point representation of an expression === Parameters === ==== Expression ==== An expressio...")
- 10:33, 29 November 2011 (diff | hist) N Core Function SByte (Created page with "<pre> SByte( <expression> ) </pre> === Description === Returns the signed 8-bit integer (whole number) representation of an expression === Parameters === ==== Expression ====...")
- 10:33, 29 November 2011 (diff | hist) N Core Function Byte (Created page with "<pre> Byte( <expression> ) </pre> === Description === Returns the unsigned 8-bit integer (whole number) representation of an expression === Parameters === ==== Expression ===...")
- 10:33, 29 November 2011 (diff | hist) Core Function Char (→Return Value)
- 10:32, 29 November 2011 (diff | hist) N Core Function Char (Created page with "<pre> Char( <expression> ) </pre> === Description === Returns the single letter representation of an expression === Parameters === ==== Expression ==== An expression to conv...")
- 10:32, 29 November 2011 (diff | hist) N Core Function ULong (Created page with "<pre> ulong( <expression> ) </pre> === Description === Returns the unsigned 64-bit integer (whole number) representation of an expression === Parameters === ==== Expression =...")
- 10:32, 29 November 2011 (diff | hist) N Core Function UInt64 (Created page with "<pre> uint64( <expression> ) </pre> === Description === Returns the unsigned 64-bit integer (whole number) representation of an expression === Parameters === ==== Expression ...")
- 10:31, 29 November 2011 (diff | hist) N Core Function UInt (Created page with "<pre> uint( <expression> ) </pre> === Description === Returns the unsigned 32-bit integer (whole number) representation of an expression === Parameters === ==== Expression ==...")
- 10:31, 29 November 2011 (diff | hist) N Core Function UInt32 (Created page with "<pre> uint32( <expression> ) </pre> === Description === Returns the unsigned 32-bit integer (whole number) representation of an expression === Parameters === ==== Expression ...")
- 10:31, 29 November 2011 (diff | hist) N Core Function UInt16 (Created page with "<pre> uint16( <expression> ) </pre> === Description === Returns the unsigned 16-bit integer (whole number) representation of an expression === Parameters === ==== Expression ...")
- 10:31, 29 November 2011 (diff | hist) N Core Function UShort (Created page with "<pre> ushort( <expression> ) </pre> === Description === Returns the unsigned 16-bit integer (whole number) representation of an expression === Parameters === ==== Expression ...")
- 10:30, 29 November 2011 (diff | hist) N Core Function Short (Created page with "<pre> Short( <expression> ) </pre> === Description === Returns the signed 16-bit integer (whole number) representation of an expression === Parameters === ==== Expression ===...")
- 10:30, 29 November 2011 (diff | hist) N Core Function Int16 (Created page with "<pre> Int16( <expression> ) </pre> === Description === Returns the signed 16-bit integer (whole number) representation of an expression === Parameters === ==== Expression ===...")
- 10:30, 29 November 2011 (diff | hist) Core Function Int
- 10:30, 29 November 2011 (diff | hist) N Core Function Int32 (Created page with "<pre> Int32( <expression> ) </pre> === Description === Returns the signed 32-bit integer (whole number) representation of an expression === Parameters === ==== Expression ===...")
- 10:29, 29 November 2011 (diff | hist) N Core Function Long (Created page with "<pre> Long( <expression> ) </pre> === Description === Returns the signed 64-bit integer (whole number) representation of an expression === Parameters === ==== Expression ====...")
- 10:29, 29 November 2011 (diff | hist) N Core Function Int64 (Created page with "<pre> Int64( <expression> ) </pre> === Description === Returns the signed 64-bit integer (whole number) representation of an expression === Parameters === ==== Expression ===...")
- 10:29, 29 November 2011 (diff | hist) Core Function Int
- 10:27, 29 November 2011 (diff | hist) N Core Function RunWait (Created page with "<pre> RunWait( <file>, <workdir>, <flag> ) </pre> === Description === Runs an external program and waits until the program finishes. === Parameters === ==== file ==== The n...")
- 10:25, 29 November 2011 (diff | hist) N Core Function Run (Created page with "<pre> Run( <file>, <workdir>, <flag> ) </pre> === Description === Runs an external program. === Parameters === ==== file ==== The name of the executable (EXE, BAT, COM, or ...")
- 10:18, 29 November 2011 (diff | hist) Core Function PixelGetColour (→Return Value)
- 10:18, 29 November 2011 (diff | hist) Core Function PixelGetColour (→Description)
- 10:18, 29 November 2011 (diff | hist) Function Reference (→Pixel Functions)
- 10:17, 29 November 2011 (diff | hist) Function Reference (→Process Functions)
- 10:17, 29 November 2011 (diff | hist) Function Reference (→Process Functions)
- 10:16, 29 November 2011 (diff | hist) N Core Function Shutdown (Created page with "<pre> Shutdown( <shutdown code> ) </pre> === Description === Shuts down the system. === Parameters === ==== shutdown code ==== The shutdown code is a combination of the foll...")
- 10:11, 29 November 2011 (diff | hist) Function Reference (→GUI Functions)
- 10:11, 29 November 2011 (diff | hist) Function Reference (→Misc Functions)
- 10:03, 29 November 2011 (diff | hist) Core Function FileEncrypt
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)