User contributions
From Sputnik Wiki
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 20:03, 28 January 2013 (diff | hist) N Core Function ControlGetHandle (Created page with "<pre> ControlGetHandle ( <title>, <text>, <controlID> ) </pre> === Description === Retrieves the internal handle of a control. === Parameters === ==== Title ==== The title o...")
- 20:02, 28 January 2013 (diff | hist) Function Reference (→Controls)
- 19:56, 28 January 2013 (diff | hist) Core Function SendKeys (→Remarks)
- 19:55, 28 January 2013 (diff | hist) Core Function SendKeys (→Remarks)
- 19:39, 28 January 2013 (diff | hist) N Core Function ControlMove (Created page with "<pre> ControlMove ( <title>, <text>, <controlID>, <x>, <y>, <width>, <height>, <speed> ) </pre> === Description === Moves a control within a window . === Parameters === ==== ...")
- 19:37, 28 January 2013 (diff | hist) Function Reference (→Controls)
- 19:36, 28 January 2013 (diff | hist) Function Reference (→NOT AVAILABLE YET)
- 19:36, 28 January 2013 (diff | hist) Function Reference (→Window Management Functions)
- 19:19, 28 January 2013 (diff | hist) Core Function ControlSetText (→Example)
- 19:19, 28 January 2013 (diff | hist) N Core Function ControlSetText (Created page with "<pre> ControlSetText ( <title>, <text>, <controlID>, <text> ) </pre> === Description === Sets text of a control. === Parameters === ==== Title ==== The title of the window t...")
- 19:17, 28 January 2013 (diff | hist) Function Reference (→Controls)
- 19:17, 28 January 2013 (diff | hist) Function Reference (→Controls)
- 19:10, 28 January 2013 (diff | hist) N Core Function ControlGetText (Created page with "<pre> ControlGetText ( <title>, <text>, <controlID> ) </pre> === Description === Retrieves text from a control. === Parameters === ==== Title ==== The title of the window to...")
- 19:09, 28 January 2013 (diff | hist) Function Reference (→Controls)
- 19:09, 28 January 2013 (diff | hist) Function Reference (→NOT AVAILABLE YET)
- 18:43, 28 January 2013 (diff | hist) N Core Function ChrWArray (Created page with "<pre> ChrWArray( <expression> ) </pre> === Description === Returns a string corresponding to an array UNICODE codes. === Parameters === ==== expression==== The array to get ...")
- 18:43, 28 January 2013 (diff | hist) N Core Function ChrArray (Created page with "<pre> ChrArray( <expression> ) </pre> === Description === Returns a string corresponding to an array ASCII codes. === Parameters === ==== expression==== The array to get the...")
- 18:40, 28 January 2013 (diff | hist) N Core Function AscWArray (Created page with "<pre> AscWArray( <char> ) </pre> === Description === Returns an array of UNICODE characters of a string. === Parameters === ==== string ==== The string to get the codes for....")
- 18:40, 28 January 2013 (diff | hist) N Core Function AscArray (Created page with "<pre> AscArray( <char> ) </pre> === Description === Returns an array of ASCII characters of a string. === Parameters === ==== string ==== The string to get the codes for. =...")
- 18:37, 28 January 2013 (diff | hist) Function Reference (→String Functions)
- 18:37, 28 January 2013 (diff | hist) Function Reference (→String Functions)
- 18:15, 28 January 2013 (diff | hist) Core Function Hex (→length)
- 18:14, 28 January 2013 (diff | hist) Core Function Hex (→Remarks)
- 18:14, 28 January 2013 (diff | hist) Core Function Hex (→length)
- 17:54, 28 January 2013 (diff | hist) N Core Function Assign (Created page with "<pre> Assign( <varname>, <data>, <flag> ) </pre> === Description === Assigns a variable by name with the data. === Parameters === ==== varname ==== The name of the variable...")
- 16:40, 28 January 2013 (diff | hist) Function Reference (→Misc)
- 15:56, 28 January 2013 (diff | hist) Core Function Parser Engine (→Terminal)
- 15:56, 28 January 2013 (diff | hist) N Core Function Parser Engine (Created page with "<pre> [Rules/Terminals] : TokenName Class name { Function __Construct ( <Parameters> ... ) { statements ... } } </pre> === Description === Parse text and have classes cr...")
- 15:46, 28 January 2013 (diff | hist) Function Reference (→Language Features)
- 13:37, 28 January 2013 (diff | hist) User Function (→General Examples)
- 13:28, 28 January 2013 (diff | hist) Language Reference (→Hashes (Dictionary))
- 13:21, 28 January 2013 (diff | hist) N Core Function List (Created page with "<pre> <Scope> List( <expressions>, .. ) = <array> </pre> === Description === Extract some elements from an array into ready to use variables . === Scope === Optional; Can be ...")
- 13:19, 28 January 2013 (diff | hist) Function Reference (→Language Features)
- 12:49, 28 January 2013 (diff | hist) Core Function IsIndexSet
- 12:49, 28 January 2013 (diff | hist) Core Function IsKeySet
- 12:43, 28 January 2013 (diff | hist) Function Reference (→Array Functions)
- 12:42, 28 January 2013 (diff | hist) Function Reference (→Hash (Dictionary) Functions)
- 12:42, 28 January 2013 (diff | hist) Core Function UBound
- 12:40, 28 January 2013 (diff | hist) Function Reference (→Array Functions)
- 12:39, 28 January 2013 (diff | hist) Function Reference (→Hash (Dictionary) Functions)
- 12:38, 28 January 2013 (diff | hist) Core Function Insert (→Example)
- 12:35, 28 January 2013 (diff | hist) Core Function UBound (→Example)
- 09:12, 28 January 2013 (diff | hist) N Core Function RunCapture (Created page with "<pre> RunCapture( <file>, <arguments>, <workdir>, <flag>, <function> ) </pre> === Description === Run a program in a hidden window and capture its printed output as strings. =...")
- 09:03, 28 January 2013 (diff | hist) N Core Function ResolveStr (Created page with "<pre> ResolveStr( <expression> ) </pre> === Description === Treat a given string as if it was a Sputnik "string" and parse all stuff inside it such as $variables etc. === Para...")
- 09:01, 28 January 2013 (diff | hist) Function Reference (→String Functions)
- 09:00, 28 January 2013 (diff | hist) N Core Function isControl (Created page with "<pre> isControl( <expression> ) </pre> === Description === Check if string contains only control chars. === Parameters === ==== expression ==== The string to evaluate. === ...")
- 14:32, 27 January 2013 (diff | hist) Function Reference (→Window/Control Properties Get/Set Functions)
- 14:29, 27 January 2013 (diff | hist) Core Function Walk (→Example)
- 14:22, 27 January 2013 (diff | hist) Core Function Rev (→Remarks)
- 14:22, 27 January 2013 (diff | hist) N Core Function Rev (Created page with "<pre> Rev( <array> ) </pre> === Description === Returns a new array consisting of the reverse of another array. === Parameters === ==== array ==== The array to use. === Ret...")
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)