User contributions
From Sputnik Wiki
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 10:09, 23 September 2013 (diff | hist) Macros (→Custom Macros)
- 04:36, 23 September 2013 (diff | hist) Core Function Break (→Example)
- 04:35, 23 September 2013 (diff | hist) N Core Function Break (Created page with "<pre> Break( <scopes> ) </pre> === Description === Ends execution of the current loop. ==== scopes ==== Optional; Tell it how many nested enclosing structures are to be brok...")
- 04:15, 23 September 2013 (diff | hist) Core Function GetVarObjType (→Return Value)
- 03:51, 23 September 2013 (diff | hist) Core Function Return
- 03:47, 23 September 2013 (diff | hist) Function Reference (→Control Flow Functions)
- 03:47, 23 September 2013 (diff | hist) Function Reference (→Misc Functions)
- 03:36, 23 September 2013 (diff | hist) Try Catch Finally (→Example)
- 03:23, 23 September 2013 (diff | hist) Select (→Remarks)
- 03:23, 23 September 2013 (diff | hist) Switch (→Remarks)
- 20:08, 22 September 2013 (diff | hist) Select (→Remarks)
- 20:07, 22 September 2013 (diff | hist) Switch (→Remarks)
- 20:03, 22 September 2013 (diff | hist) Switch (→Example)
- 20:00, 22 September 2013 (diff | hist) Select (→Example)
- 19:59, 22 September 2013 (diff | hist) Switch (→Example)
- 19:58, 22 September 2013 (diff | hist) Switch (→Remarks)
- 19:58, 22 September 2013 (diff | hist) Select (→Remarks)
- 19:57, 22 September 2013 (diff | hist) Switch (→Remarks)
- 19:00, 22 September 2013 (diff | hist) Core Function Translation (→Example)
- 18:59, 22 September 2013 (diff | hist) Core Function Translation (→Example)
- 18:58, 22 September 2013 (diff | hist) Core Function Translation (→flags)
- 18:58, 22 September 2013 (diff | hist) Core Function Translation (→Return Value)
- 07:05, 21 September 2013 (diff | hist) Core Function Glob (→Example)
- 07:05, 21 September 2013 (diff | hist) Core Function Glob (→Example)
- 07:05, 21 September 2013 (diff | hist) N Core Function Glob (Created page with "<pre> Glob( <pattern>, <flags> ) </pre> === Description === Find files/folders matching a pattern. === Parameters === ==== pattern ==== The pattern. No tilde expansion or pa...")
- 06:56, 21 September 2013 (diff | hist) Function Reference (→Directory Functions)
- 04:26, 21 September 2013 (diff | hist) N Core Function StripTags (Created page with "<pre> StripTags( <str>, <allowable_tags> ) </pre> === Description === Strip HTML tags from a string. === Parameters === ==== str ==== The input string. ==== allowable_tags...")
- 04:20, 21 September 2013 (diff | hist) Function Reference (→String Functions)
- 04:19, 21 September 2013 (diff | hist) Function Reference (→String Functions)
- 02:04, 21 September 2013 (diff | hist) N Core Function FmtNumber (Created page with "<pre> FmtNumber( <number>, <decimals>, <dec_point>, <thousands_sep> ) </pre> === Description === Format a number with grouped thousands. This function accepts either one, two,...")
- 02:01, 21 September 2013 (diff | hist) Function Reference (→String Functions)
- 01:44, 21 September 2013 (diff | hist) N Core Function HTMLSpecialCharsDecode (Created page with "<pre> HTMLSpecialCharsDecode( <string>, <flags> ) </pre> === Description === Convert special HTML entities back to characters. === Parameters === ==== string==== The string ...")
- 01:42, 21 September 2013 (diff | hist) N Core Function HTMLSpecialChars (Created page with "<pre> HTMLSpecialChars( <string>, <flags>, <encoding>, <double_encode> ) </pre> === Description === Convert special characters to HTML entities. === Parameters === ==== strin...")
- 01:00, 21 September 2013 (diff | hist) Function Reference (→String Functions)
- 01:00, 21 September 2013 (diff | hist) Function Reference (→String Functions)
- 23:38, 20 September 2013 (diff | hist) N Core Function SubStrCmp (Created page with "<pre> SubStrCmp( <main_str>, <str>, <offset>, <length>, <ignoreCase> ) </pre> === Description === Comparison of two strings from an offset, up to length characters. === Parame...")
- 23:35, 20 September 2013 (diff | hist) Function Reference (→String Functions)
- 20:43, 20 September 2013 (diff | hist) Core Function BinaryToStr (→Remarks)
- 20:42, 20 September 2013 (diff | hist) N Core Function BinaryFromStr (Created page with "<pre> BinaryFromStr( <string> ) </pre> === Description === Returns a new binary variable created from a strings raw bytes === Parameters === ==== string ==== The string to ...")
- 20:41, 20 September 2013 (diff | hist) N Core Function BinaryToStr (Created page with "<pre> BinaryToStr( <binary-array> ) </pre> === Description === Returns a new string containing the binary data as raw bytes. === Parameters === ==== binary-array ==== The bi...")
- 20:37, 20 September 2013 (diff | hist) Function Reference (→Binary Data Management Functions)
- 13:15, 20 September 2013 (diff | hist) Function Reference (→String Functions)
- 13:00, 20 September 2013 (diff | hist) Core Function SPrintf (→Remarks)
- 10:51, 20 September 2013 (diff | hist) N Core Function StrTok (Created page with "<pre> StrTok( <str>, <token> ) StrTok( <token> ) </pre> === Description === Tokenize string. === Parameters === ==== str ==== The string being split up into smaller strings ...")
- 10:47, 20 September 2013 (diff | hist) Function Reference (→String Functions)
- 10:31, 20 September 2013 (diff | hist) Function Reference (→String Functions)
- 10:24, 20 September 2013 (diff | hist) N Core Function Rot13 (Created page with "<pre> Rot13( <str> ) </pre> === Description === Perform the rot13 transform on a string. === Parameters === ==== expression ==== The input string. === Return Value === Re...")
- 10:22, 20 September 2013 (diff | hist) Function Reference (→String Functions)
- 09:43, 20 September 2013 (diff | hist) Language Reference (→Operator ++)
- 09:20, 20 September 2013 (diff | hist) N Core Function Levenshtein (Created page with "<pre> Levenshtein( <str1>, <str2>, <cost_ins>, <cost_rep>, <cost_de> ) </pre> === Description === Calculate Levenshtein distance between two strings. === Parameters === ==== ...")
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)