User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 14 of 14

Thread: Changing a string..

  1. #11
    No Products Registered

    Join Date
    Jul 2006
    Location
    www.dingdongstudios.co.nr
    Posts
    505
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Changing a string..

    Hmmm, doesnt seem to always work, when I put just ABC in your example, it only shows a small a, not what it should show, aBc.

  2. #12
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module

    Join Date
    Jul 2006
    Location
    USA
    Posts
    658
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Changing a string..

    hmm... try changing the number of loops to Len(EditBox)/2+1... or +2... figuring out how many times to run the loop could be the issue.

  3. #13
    No Products Registered

    Join Date
    Jul 2006
    Location
    Portsmouth/Bristol, UK
    Posts
    64
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Changing a string..

    --Pseudo code warning --
    um, you could set num loops to len(Editbox) then have the lines:
    On loop: set char to uppercase
    On loop: Set loop index to loop index +1
    --End pseudo code warning--

    this should skip every other character without causing brainstrain

  4. #14
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module

    Join Date
    Jul 2006
    Location
    USA
    Posts
    658
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Changing a string..

    um, you could set num loops to len(Editbox) then have the lines:
    On loop: set char to uppercase
    On loop: Set loop index to loop index +1
    this is true... but would it still work if the EditBox contains all upper case letters... or a mix of upper and lower case?

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Unable to change a string with the list obect if string contains three periods in row
    By redpandagames in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 4th January 2013, 03:01 PM
  2. Changing color for specific words in a string
    By gkinfinity in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 21st February 2012, 08:29 AM
  3. Changing an element of a delimited string
    By keokeo in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 11th September 2011, 02:39 PM
  4. Beta 14: String Parser 2 + Frame Changing = Crash
    By UrbanMonk in forum iOS Export Module Version 2.0
    Replies: 2
    Last Post: 24th February 2011, 05:07 PM
  5. Changing one word's color in string object
    By NLK in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 26th August 2008, 12:39 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •