User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12

Thread: Retreving an external string Please Help Me!!!

  1. #1
    No Products Registered

    Join Date
    Jul 2006
    Posts
    4
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Retreving an external string Please Help Me!!!

    I am needing to be able to set strings in an external file, and have mmf display them. I have tried using an Ini file and a string object, but can't get it to work. Any help would be much appriciated! Thanks!!!
    -Austin

  2. #2
    No Products Registered

    Join Date
    Jul 2006
    Posts
    4
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Retreving an external string Please Help Me!!!

    I am needing to be able to set strings in an external file, and have mmf display them. I have tried using an Ini file and a string object, but can't get it to work. Any help would be much appriciated! Thanks!!!
    -Austin

  3. #3
    No Products Registered

    Join Date
    Jul 2006
    Posts
    4
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Retreving an external string Please Help Me!!!

    I figured it out. In the ini file properties you have to specify the exact file location & name, or else i dont know where it tries to retrieve it from.

  4. #4
    No Products Registered

    Join Date
    Jul 2006
    Posts
    4
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Retreving an external string Please Help Me!!!

    I figured it out. In the ini file properties you have to specify the exact file location & name, or else i dont know where it tries to retrieve it from.

  5. #5
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Retreving an external string Please Help Me!!!

    Or you can specify it relative to your application.
    (Just in case in the future someone reads this thread)

    appdrive and appdir would be the functions under the special icon to use for that.

  6. #6
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Retreving an external string Please Help Me!!!

    Or you can specify it relative to your application.
    (Just in case in the future someone reads this thread)

    appdrive and appdir would be the functions under the special icon to use for that.

  7. #7
    No Products Registered

    Join Date
    Jun 2006
    Location
    Ohio, United States
    Posts
    146
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Retreving an external string Please Help Me!!!

    To be a bit more precise:

    Appdrive$+Appdir$+"MyStrings.txt"

    Copy and paste that into the expression evaluator. That will tell MMF to look in the application's directory for a file called MyStrings.txt.

  8. #8
    No Products Registered

    Join Date
    Jun 2006
    Location
    Ohio, United States
    Posts
    146
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Retreving an external string Please Help Me!!!

    To be a bit more precise:

    Appdrive$+Appdir$+"MyStrings.txt"

    Copy and paste that into the expression evaluator. That will tell MMF to look in the application's directory for a file called MyStrings.txt.

  9. #9
    No Products Registered

    Join Date
    Jul 2006
    Posts
    144
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Retreving an external string Please Help Me!!!

    isn't app path the same thing (rather than concatenating two values)?

  10. #10
    No Products Registered

    Join Date
    Jul 2006
    Posts
    144
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Retreving an external string Please Help Me!!!

    isn't app path the same thing (rather than concatenating two values)?

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Find String in String issues
    By DistantJ in forum Android Export Module Version 2.0
    Replies: 2
    Last Post: 13th February 2013, 12:35 PM
  2. 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
  3. String Parser 2 - External File Loading
    By UrbanMonk in forum iOS Export Module Version 2.0
    Replies: 2
    Last Post: 7th August 2012, 07:17 PM
  4. 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
  5. [BUG] String object does not retain its string
    By mobichan in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 16th April 2011, 11:18 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
  •