User Tag List

Results 1 to 3 of 3

Thread: Removing last letter in a string?

  1. #1
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export Module
    Outcast's Avatar
    Join Date
    Jan 2011
    Location
    Sweden
    Posts
    3,237
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)

    Question Removing last letter in a string?

    I assume this should be fairly easy, but could someone explain a simple formula for erasing the last letter in a string?

  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,367
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)
    Simply set the string to the left substring of the string with the length of the string minus one letter.

    Left$(string$( "String" ), Len(string$( "String" ) ) - 1 )

  3. #3
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export Module
    Outcast's Avatar
    Join Date
    Jan 2011
    Location
    Sweden
    Posts
    3,237
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    I will try that out thank you!

Similar Threads

  1. Removing characters from Edit Box/String
    By Jaklar in forum iOS Export Module Version 2.0
    Replies: 2
    Last Post: 7th May 2013, 03:05 PM
  2. (Request) Formatted String (Letter selection)
    By neat_Kliker2 in forum Extension Development
    Replies: 2
    Last Post: 22nd May 2008, 10:36 AM
  3. Letter-by-letter text - next line if word too long
    By DistantJ in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 5th February 2008, 06:51 AM

Posting Permissions

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