Search results

From Sputnik Wiki
Jump to: navigation, search
  • Sputniks strings are ALL UNICODE you can only print UNICODE specific symbols to the console if you c \L Transform all following letters to lowercase
    72 KB (10,669 words) - 11:57, 27 September 2015
  • == Function Reference == === How to create a Function ===
    124 KB (17,206 words) - 07:54, 20 December 2015
  • All the Else If, Else Unless and Else blocks are optional. [[Category:Core Function]]
    2 KB (294 words) - 12:38, 14 June 2015
  • ... exists (This uses a hardcoded jump and does not reply on Sputniks goto at all so it should be be a lot faster). ...ump to. (This uses a hardcoded jump and does not reply on Sputniks goto at all so it should be be a lot faster).
    3 KB (487 words) - 12:38, 14 June 2015
  • ... exists (This uses a hardcoded jump and does not reply on Sputniks goto at all so it should be be a lot faster). ...ump to. (This uses a hardcoded jump and does not reply on Sputniks goto at all so it should be be a lot faster).
    5 KB (849 words) - 12:38, 14 June 2015
  • There are SOME exceptions in Sputnik that are core critical and will ignore the try/catch and half the script instantly with t Function __Construct($Message, $Code, $myParam, $Parent)
    6 KB (907 words) - 10:05, 21 June 2015
  • Default: false (All strings in Sputnik are Unicode to save them to file you must specifically r You can set the File Steam pointer location with [[Core Function FileSeek|FileSeek( <file>, <offset>, <flag> )]].
    1 KB (204 words) - 12:38, 14 June 2015
  • Default: false (All strings in Sputnik are Unicode to save them to file you must specifically r [[Category:Core Function]]
    2 KB (255 words) - 12:38, 14 June 2015
  • Read all lines of text from a previously opened text file (Or specify a name of a fi Success: Returns an array of all lines
    1 KB (138 words) - 12:38, 14 June 2015
  • Save all text to a file. Default: false (All strings in Sputnik are Unicode to save them to file you must specifically r
    1 KB (130 words) - 12:38, 14 June 2015
  • Load all text from a file. [[Category:Core Function]]
    506 B (59 words) - 12:38, 14 June 2015
  • Returns a formatted string (similar to the C sprintf() function). When using arrays you may have any/all/none of the following Keys (Case-Sensitive):
    32 KB (4,288 words) - 12:38, 14 June 2015
  • b A bit string (ascending bit order inside each byte, like the Vec() function) ...of ASCII you should check out [[Core Function BinaryToStr|BinaryToStr( )]] function.
    21 KB (3,115 words) - 19:17, 18 September 2015
  • See [[Core Function Pack|Pack( )]] for an explanation of the format codes. An binary array of bytes such as one produced by the Pack function.
    3 KB (523 words) - 12:38, 14 June 2015
  • ...ments blocks that will instantly start over from the top and begin the try all over again. Unlike a normal function throw uses use parentheses example:
    5 KB (702 words) - 12:38, 14 June 2015
  • Optional; Delete all functions/classes etc inserted by the Eval() statement after the Eval() end Optional; If enabled all print,echo,say etc statements will print to the return value instead of the
    5 KB (794 words) - 12:38, 14 June 2015
  • // Now show all println( "All:" );
    1 KB (135 words) - 12:38, 14 June 2015
  • Default is all remaining bytes; [[Category:Core Function]]
    2 KB (206 words) - 12:38, 14 June 2015
  • Default is all remaining bytes; [[Category:Core Function]]
    1 KB (196 words) - 12:38, 14 June 2015
  • ... 4 bytes to write the size of the binary variable array then it will write all the bytes of the array; You can load the file back into a binary variable b [[Category:Core Function]]
    1 KB (185 words) - 12:38, 14 June 2015
  • This will wipe not only this variable but all variables that are using to this binary variable as a ref etc. [[Category:Core Function]]
    918 B (111 words) - 12:38, 14 June 2015
  • Optional; The byte to place into all new slots (Assuming the new array is larger than the old). [[Category:Core Function]]
    1 KB (159 words) - 12:38, 14 June 2015
  • If you have multiple expressions to be checked here it will require ALL of them to be true ...ll print the same as the one above since it will only continue looping if *all* the comparisons are *true*
    5 KB (669 words) - 12:38, 14 June 2015
  • ...t and return it in the $1 $2 etc etc however it does not support returning all matches at this time. g = Match all occurrences of the pattern in the string (Default is only match the first).
    39 KB (4,712 words) - 20:17, 23 June 2015
  • * All properties are public and cannot be private however you could restrict the By default all functions are public and there is no *Public* keyword since they are automa
    20 KB (2,768 words) - 18:39, 21 September 2015
  • Function <name> ( <Parameters> ... ) // Check if the function already exists and
    8 KB (1,155 words) - 10:08, 20 September 2015
  • Function __Construct ( <Parameters> ... ) === Function ===
    4 KB (551 words) - 12:37, 14 June 2015
  • Treat a given string as if it was a Sputnik "string" and parse all stuff inside it such as $variables etc. [[Category:Core Function]]
    1 KB (136 words) - 12:37, 14 June 2015
  • RunCapture( <file>, <arguments>, <workdir>, <flag>, <function> ) ==== function ====
    2 KB (227 words) - 12:37, 14 June 2015
  • This function is useful for reading columns of data from a text file where the columns (f 2 = Trim All
    2 KB (348 words) - 12:37, 14 June 2015
  • This function is useful for reading columns of data from a text file where the columns (f 2 = Trim All
    2 KB (344 words) - 12:37, 14 June 2015
  • Print all process names and pids : A simple function to accept a process name and return its pid or return -1 :
    1 KB (142 words) - 12:38, 14 June 2015
  • You can add infinitely more expressions and compare them all to find the max. [[Category:Core Function]]
    714 B (79 words) - 12:38, 14 June 2015
  • Sputnik can send all ASCII and Extended ASCII characters (0-255), to send UNICODE characters you However, if a user is holding down the Shift key when a Send function begins, text may be sent in uppercase.
    9 KB (1,389 words) - 12:38, 14 June 2015
  • It also has a huge amount of functions in its core that are very fast (avoiding the user having to reinvent the wheel and havi ...u need to do to accomplish tasks as such it uses the typical $Variable for all data types (even arrays) (unlike Perl where you must do @ and % and it can
    19 KB (3,356 words) - 20:07, 18 September 2015
  • ...e first hotkey A will create a tooltip and the second hotkey B will delete all tooltips Function lol()
    2 KB (279 words) - 12:38, 14 June 2015
  • You can add infinitely more expressions and compare them all to find the min. [[Category:Core Function]]
    714 B (79 words) - 12:38, 14 June 2015
  • Add all functions etc from a file for use and execute all expressions. This function will execute all statements it can when it includes a file so its good for including a file
    654 B (90 words) - 12:38, 14 June 2015
  • Add all functions etc from a file for use but does not execute any expressions. This function will NOT execute all statements it can when it includes a file so its good for including a file
    667 B (93 words) - 12:38, 14 June 2015
  • File type filter such as "All|*.*" or "Text files|*.txt" [[Category:Core Function]]
    1 KB (215 words) - 12:38, 14 June 2015
  • File type filter such as "All|*.*" or "Text files|*.txt" Success: Returns all the chosen files as an array.
    2 KB (228 words) - 12:38, 14 June 2015
  • ...e first hotkey A will create a tooltip and the second hotkey B will delete all tooltips Function lol()
    1 KB (172 words) - 12:38, 14 June 2015
  • Keep GUI windows active by dispatching all messages in the queue. [[Category:Core Function]]
    661 B (89 words) - 12:38, 14 June 2015
  • Create an array of all items and their array size with total byte size [[Category:Core Function]]
    1 KB (215 words) - 12:38, 14 June 2015
  • If no tag is given all tags and values will be returned as an array. [[Category:Core Function]]
    839 B (124 words) - 12:38, 14 June 2015
  • All values including Ints will be printed as if it was a string. [[Category:Core Function]]
    746 B (101 words) - 12:38, 14 June 2015
  • All values including Ints will be printed as if it was a string. [[Category:Core Function]]
    831 B (113 words) - 12:38, 14 June 2015
  • Threads( ) -- Return an array of all threads [[Category:Core Function]]
    611 B (64 words) - 12:38, 14 June 2015
  • // Print all chars // Print all chars using the []
    3 KB (413 words) - 09:49, 19 September 2015
  • // All done [[Category:Core Function]]
    657 B (75 words) - 09:57, 19 September 2015

View (previous 50 | next 50) (20 | 50 | 100 | 250 | 500)

Personal tools
Namespaces
Variants
Views
Actions
Navigation
Toolbox