Help for this page

Select Code to Download


  1. or download this
     
    NumberOfStrings (1 byte)
    Str1Length (1 byte) Str1Characters (Str1Length bytes)
    ...
    ...
    StrNLength (1 byte) StrNCharacters (StrNLength bytes)
    
  2. or download this
    # Create an example byte-sequence
    $count = 3;
    ...
       print "$str\n";
    }