Search results

From Sputnik Wiki
Jump to: navigation, search
  • You can use Signed Binary numbers if you place a 0b before the number such as 0b101 this will produce You can use Unsigned Binary numbers if you place a 0b before the number and a U after it such as 0b101U
    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
  • Name of the file to open (can be text or binary). [[Category:Core Function]]
    1 KB (217 words) - 10:36, 18 June 2015
  • Returns a formatted string (similar to the C sprintf() function). ...ely print to the console rather than return a string you should see [[Core Function Printf|Printf( <format control>, <params> )]].
    32 KB (4,288 words) - 12:38, 14 June 2015
  • UBound( <array/binary-array> ) ==== array/binary-array ====
    817 B (111 words) - 12:38, 14 June 2015
  • Pack data into a binary array. Pack given arguments into a binary string according to format.
    21 KB (3,115 words) - 19:17, 18 September 2015
  • Unpack( <format>, <data/binary-array>, <flag> ) Unpack data from a binary array
    3 KB (523 words) - 12:38, 14 June 2015
  • LBound( <array/binary-array> ) ==== array/binary-array ====
    655 B (84 words) - 12:37, 14 June 2015
  • BinaryStr( <binary-array>, <separator> ) Create a Hex string from a binary array.
    765 B (89 words) - 12:38, 14 June 2015
  • Create a binary array from a hex string. A string of hex to convert into a binary variable.
    2 KB (225 words) - 12:38, 14 June 2015
  • BinaryLen( <binary-array>, <newLen>, <fillWith> ) Returns the number of bytes in a binary variable.
    3 KB (433 words) - 12:38, 14 June 2015
  • BinaryGet( <binary-array>, <index> ) Get the byte at an index of a binary variable.
    1 KB (135 words) - 12:38, 14 June 2015
  • BinarySet( <binary-array>, <index>, <value> ) Get the byte at an index of a binary variable.
    1 KB (146 words) - 12:38, 14 June 2015
  • BinaryReverse( <binary-array>, <start>, <length> ) Reverse the order bytes a binary variable.
    2 KB (206 words) - 12:38, 14 June 2015
  • BinaryClone( <binary-array> ) Clone a binary variable 100% and return a new binary variable with exactly same data as the old one.
    1 KB (160 words) - 12:38, 14 June 2015
  • BinaryMid( <binary-array>, <start>, <length> ) Create a binary variable by extracting a number of bytes from another binary variable.
    1 KB (196 words) - 12:38, 14 June 2015
  • BinaryAppend( <binary-array>, <binary-array2>, <flag> ) Append a binary variables data onto the end or beginning of another binary variables data.
    1 KB (154 words) - 12:38, 14 June 2015
  • BinaryPush( <binary-array>, <byte> ) Add a byte to the end of a binary variable.
    785 B (106 words) - 12:38, 14 June 2015
  • BinaryUnshift( <binary-array>, <byte> ) Add a byte to the beginning of a binary variable.
    812 B (106 words) - 12:38, 14 June 2015
  • BinaryPop( <binary-array> ) Delete the last byte from a binary variable.
    671 B (82 words) - 12:38, 14 June 2015

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

Personal tools
Namespaces
Variants
Views
Actions
Navigation
Toolbox