User Tag List

Results 1 to 3 of 3

Thread: Alterable String problems

  1. #1
    No Products Registered

    Join Date
    Jul 2006
    Location
    Versailles, MO, USA
    Posts
    29
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Alterable String problems

    I'm trying to input the value of a counter into a string. Unfortunately, whenever I add the code to place the value into the string, I get a syntax error or a 'Please enter an alphanumeric character' error. Could someone tell me the correct code to place this value into a string?

  2. #2
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Alterable String problems

    Strings and values need to be converted between each other by using Val([string]) or Str$([value]).

    So to put the value of a counter into a string, set the string to 'Str$("The Counter")'.

  3. #3
    No Products Registered

    Join Date
    Jul 2006
    Location
    Versailles, MO, USA
    Posts
    29
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Alterable String problems

    Thank you much.

Similar Threads

  1. Alterable String Example
    By Popcorn in forum File Archive
    Replies: 1
    Last Post: 23rd June 2012, 12:49 PM
  2. Paragraphs in alterable string
    By algiz in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 10th July 2011, 04:26 PM
  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
  •