String Help

Discussion in 'Plugin Development' started by Cammy_the_block, Dec 12, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    Cammy_the_block

    I'm trying to get every char in a string.
    Example: String = "HiILikePie" 'H', 'i', 'I', 'L', 'i', 'k', 'e', 'P', 'i', 'e'.
     
  2. Offline

    makskay

    String.toCharArray()
     
  3. Offline

    Cammy_the_block

Thread Status:
Not open for further replies.

Share This Page