strings

  1. ICauseDarkDays

    Resolved Help - How to check if a string is filled?

    I am creating a Text-Based game, and when I first started, I just made it so that if you skipped past the naming process, you would be given a name, but I don't want players to skip past the process anymore. I want them to pick their names out intentionally, but I don't know how to make it so...
  2. 2

    Resolved Does documentation claim you can split Strings on Strings?

    I don't understand what I am reading wrong... According to this section of the documentation, Strings should be able to be split using a second String as the seperator. The documentation says: However, when I actually attempt this, the code fails and throws an error, claiming that the...
Back
Top Bottom