• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

string length

  1. darkravenbest

    Count character in strings not bites

    Hello! I have a really retarded question for you today. How to count actual characters in string? The only function i know is StringLength(), which returns string weight, which is okay when we deal with numbers or english letters, but when string has something foreign, something alien, it...
  2. katya18

    Parsing string, facing problem with string length limit

    Hello guys. Recently I've found out that strings in jass are limited to ~1k symbols in length and because of this I get some strange bugs Here what I'm doing: I have string (actually it is first array's element, doesnt really matter) string commands = Commands_Stack[0] It works like "stack"...
Top