User Tag List

Results 1 to 3 of 3

Thread: Delete end of a string

  1. #1
    Clicker Fusion 2.5Android Export ModuleSWF Export Module
    EE's Avatar
    Join Date
    Sep 2009
    Posts
    200
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Delete end of a string

    Well screw me if I just can manage to remember how this is done.
    I have a string in an editbox, I want to copy this string to another editbox except for the last four letters, how do I do this?
    Thanks in advance!

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Popcorn's Avatar
    Join Date
    Jun 2006
    Location
    Norway, Bergen
    Posts
    2,366
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)
    Left$(Edittext$( "Edit Box" ), Len(Edittext$( "Edit Box" ))-4)


    You find the substring expressions when you click the Retrieve Data from an object in the Expression editor, then select the Special icon and Strings.

  3. #3
    Clicker Fusion 2.5Android Export ModuleSWF Export Module
    EE's Avatar
    Join Date
    Sep 2009
    Posts
    200
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Thanks Popcorn! I knew you were supposed to use Len in some way! Thanks a bunch!

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. delete last character in a string
    By daniele in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 29th October 2012, 11:13 PM
  3. Using String Parser to check for any punctuation in a string
    By Apex in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 18th May 2012, 11:03 PM
  4. I can't delete objects.
    By Viewtiful in forum Multimedia Fusion 2 - Technical Support
    Replies: 17
    Last Post: 4th August 2009, 05:53 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
  •