User Tag List

Results 1 to 3 of 3

Thread: backspace alterable string

  1. #1
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    kidz200's Avatar
    Join Date
    Sep 2010
    Location
    Los Angeles
    Posts
    19
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    backspace alterable string

    Hi, I'm writing a simple deciphering program and I want to have the "m" key become backspace. Is there a way to delete the last character in an alterable string?

  2. #2
    Clicker Fusion 2.5 Developer

    Join Date
    Jul 2008
    Location
    UK
    Posts
    1,393
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)

    Re: backspace alterable string

    string = Left$(string, Len(string)-1)

  3. #3
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    kidz200's Avatar
    Join Date
    Sep 2010
    Location
    Los Angeles
    Posts
    19
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: backspace alterable string

    Thanks!

Similar Threads

  1. Alterable String Example
    By Popcorn in forum File Archive
    Replies: 1
    Last Post: 23rd June 2012, 12:49 PM
  2. erroneous alterable string?
    By seripa in forum The Games Factory 2 - Technical Support
    Replies: 4
    Last Post: 18th February 2012, 06:30 AM
  3. Alterable String
    By Guitaristinmakin in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 6th June 2007, 12:14 AM
  4. Alterable Value and Alterable String conflict
    By Patrick in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 28th September 2006, 02:51 PM
  5. Alterable Value & Alterable String BUG!!
    By Patrick in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 20th September 2006, 01:40 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
  •