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
  • Returns string in all lower case. // All done
    667 B (77 words) - 09:57, 19 September 2015
  • my $Clients = array(); // Create an array to hold all clients that connect // Loop through all clients
    5 KB (664 words) - 06:13, 15 June 2015
  • Copy all text from a URL and return it as a string. URL to get all text from
    448 B (54 words) - 12:38, 14 June 2015
  • g = Match all occurrences of the pattern in the string (Default is only match the first). See [[Core Function Regex Match|<Expression> =~ m/pattern/flags]] for details on Regexp and how
    7 KB (1,027 words) - 20:16, 23 June 2015
  • Reverse all characters in a string. // All done
    783 B (96 words) - 09:58, 19 September 2015
  • This function is useful for reading columns of data from a text file where the columns (f 2 = Trim All
    5 KB (695 words) - 14:59, 18 June 2015
  • Use a function to receive all messages windows sends to the GUI object (HWND, MSG, WPARAM, LPARAM). Either a command to execute or a function to call etc.
    2 KB (234 words) - 12:37, 14 June 2015
  • Creates all directories and subdirectories as specified by path. [[Category:Core Function]]
    384 B (41 words) - 12:56, 2 December 2011
  • Default -1 (Replace all). [[Category:Core Function]]
    1 KB (137 words) - 13:56, 2 December 2011
  • Minimizes all windows. [[Category:Core Function]]
    384 B (35 words) - 12:37, 14 June 2015
  • See "WinTitleMatchMode" in [[Core Function Opt|Opt]] Opt( "WinDetectNoTitle", 0 ); // Do not check windows that have no title at all
    956 B (114 words) - 12:37, 14 June 2015
  • The modes are set with the Opt() function using the WinTitleMatchMode and WinTextMatchMode option. * '''INSTANCE''' - The 1-based instance when all given properties match
    4 KB (640 words) - 12:37, 14 June 2015
  • The same name will block all threads that try to access it no matter how many there are. Function ThreadFunc() // Both threads will try use this function
    2 KB (235 words) - 12:37, 14 June 2015
  • Optional; If filler is given it will be used to preset all the bytes allocated to this number. Usually used to zero all the data during allocation.
    950 B (122 words) - 12:37, 14 June 2015
  • Get an array of all files in a directory. Get all files in current folder
    1 KB (184 words) - 12:37, 14 June 2015
  • Get an array of all folders in a directory. Get all folders in current folder
    1 KB (186 words) - 12:37, 14 June 2015
  • Copies a directory and all sub-directories and files (Similar to xcopy). [[Category:Core Function]]
    554 B (62 words) - 12:37, 14 June 2015
  • All links spawn a variable called $mkeys which can be used to check if any Modi Also all links spawn a variable called $me which contains the GUI Object that the li
    16 KB (2,132 words) - 12:37, 14 June 2015
  • //GUIDataGrid($GS, "Clear");// Uncomment to delete all data in the Data Grid $Columns = GUIDataGrid($GS, "GetColumns"); // Get array of all columns
    6 KB (734 words) - 12:37, 14 June 2015
  • Return array of all cells selected by user Allow all one type
    5 KB (603 words) - 12:37, 14 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( )]].
    2 KB (239 words) - 10:37, 18 June 2015
  • The timer will execute its code totally independent of all other code (Same as every other Link code) // Link timer to a function
    1 KB (174 words) - 12:37, 14 June 2015
  • Default: false (All strings in Sputnik are Unicode to save them to file you must specifically r [[Category:Core Function]]
    1 KB (171 words) - 10:38, 18 June 2015
  • Delete all items from the item list Get all the items as an array
    5 KB (593 words) - 12:37, 14 June 2015
  • Unselect any/all items Delete all items from the item list
    4 KB (439 words) - 12:37, 14 June 2015
  • Cycle through all Name + Values in an enum [[Category:Core Function]]
    600 B (66 words) - 12:37, 14 June 2015
  • Use a function to receive all the WindProc messages windows sends to the GUI window (HWND, MSG, WPARAM, L Either a command to execute or a function to call etc.
    2 KB (300 words) - 12:37, 14 June 2015
  • UnsetFunction( <function-name> ) Delete a previous user defined Function from Sputnik.
    2 KB (269 words) - 12:37, 14 June 2015
  • ==== function-name ==== ...ugin system that adds a series of classes you could make the plugin remove all classes when a command is typed.
    1 KB (193 words) - 12:37, 14 June 2015
  • ... plugin system that adds a series of enum you could make the plugin remove all enum when a command is typed. [[Category:Core Function]]
    1 KB (182 words) - 12:37, 14 June 2015
  • ...n system that adds a series of dllstructs you could make the plugin remove all dllstructs when a command is typed. [[Category:Core Function]]
    1 KB (181 words) - 12:37, 14 June 2015
  • ...tory then lib, include folders of current and Sputnik then check for it in all "path" variable and so on. [[Category:Core Function]]
    775 B (108 words) - 11:03, 18 June 2015
  • Return an array of all user defined functions (Or just ones fitting a given pattern). ...xt to find contained in the function names or a regex to match against the function names.
    984 B (130 words) - 12:37, 14 June 2015
  • In this example it returns all KEYS that match in the Hash(Dictionary) instead of the values Function _GrepKeys( $input, $pattern, $flags = 0 )
    2 KB (289 words) - 12:37, 14 June 2015
  • Create an array containing all KEYS from a Hash (Dictionary) 0 = Return all keys (default)
    719 B (88 words) - 12:37, 14 June 2015
  • Create an array containing all VALUES from a Hash (Dictionary) 0 = Return all values (default)
    765 B (92 words) - 12:37, 14 June 2015
  • // Of course it can use all the operators [[Category:Core Function]]
    4 KB (512 words) - 12:37, 14 June 2015
  • Return an array of all user defined classes (Or just ones fitting a given pattern). // All classes
    1 KB (151 words) - 09:25, 19 June 2015
  • Return an array of all user defined enums (Or just ones fitting a given pattern). // All enums
    947 B (134 words) - 12:37, 14 June 2015
  • Return an array of all user defined DLLStructLists (Or just ones fitting a given pattern). // All DLLStructLists
    1 KB (146 words) - 12:37, 14 June 2015
  • Warning this function will compare the source to the needle to the LENGTH of the source... This m ...full size of the source against everything it can in the needle and it was all a match so naturally the compare should be true.
    4 KB (534 words) - 12:37, 14 June 2015
  • Clear all text from the console window. [[Category:Core Function]]
    573 B (60 words) - 12:37, 14 June 2015
  • If this param is a string then it will check all the chars in the string + any specials see remarks. It should be noted this function only check if the key/keys are down when the function is called only it is not the same as HotKeySet() since this only checks whe
    8 KB (1,196 words) - 12:37, 14 June 2015
  • Prints all details about a variable in a way thats easy for humans to read it (Will pr [[Category:Core Function]]
    888 B (118 words) - 12:37, 14 June 2015
  • Returns an array containing all the lines from a string. Success: Returns array of all lines.
    1 KB (173 words) - 12:37, 14 June 2015
  • /////////////////////////// THE FUNCTION BELOW Function Completed()
    6 KB (644 words) - 12:37, 14 June 2015
  • Function Testy() //GUITabSheet($Tab, "Clear"); // Uncomment to delete all pages
    2 KB (272 words) - 12:37, 14 June 2015
  • Function Testy() //GUITabSheet($Tab, "Clear"); // Uncomment to delete all pages
    2 KB (249 words) - 12:37, 14 June 2015
  • Get an array of all the tab names. Get an array of all the tab texts.
    2 KB (247 words) - 12:37, 14 June 2015
  • Success: Returns array of all captured objects from the parsed string. ...be returned as an array. Otherwise, if optional parameters are passed, the function will return the number of assigned values.
    7 KB (1,158 words) - 12:37, 14 June 2015

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

Personal tools
Namespaces
Variants
Views
Actions
Navigation
Toolbox