User Tag List

Results 1 to 5 of 5

Thread: Strings Question (Now Sorted)

  1. #1
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Aug 2006
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Strings Question (Now Sorted)

    Hi, im trying to use a command line extension and i have it working great. I need to change the file path slightly so it works for locations with a space in them though as it doesn't like these.

    So basically i use a string for the location but i need to have something like "C:\test\test.dll" and the location is just using the strings alterable. If i try to add """ at the start then add the location it gives a syntax which seems to be because the " is to quote a string. Is there anyway to get the " as a standard text character rather than it thinking it's code?

  2. #2
    Clicker Fusion 2.5Fusion 2.5 MaciOS Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Apr 2008
    Location
    Indonesia
    Posts
    694
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Strings Question

    You can try this:

    """+"C:\test\test.dll"+"""

  3. #3
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Aug 2006
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Strings Question

    Edit -

    I have found a solution now, the formula was now working with the suggestion but i found another way.

    In the end what i did as it was using linked strings which changed i made a second string of the original and then added the """"+string stuff+"""" and then sent this to the formula using it so right from the source string and it works great now.

    Thanks for your help

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall Creator

    Join Date
    Jul 2006
    Posts
    1,018
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Strings Question

    You have to use "" for one " inside a string:

    """"+"C:\test\test.dll"+""""
    or
    """C:\test\test.dll"""

  5. #5
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Aug 2006
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Strings Question

    Hi Gustav, thanks i just found the fix and was editing the above post before i saw yours. It is working ok now, thanks everyone.

Similar Threads

  1. Question about strings
    By Angry_Dwarf in forum Multimedia Fusion 2 - Technical Support
    Replies: 12
    Last Post: 25th December 2013, 04:36 AM
  2. question about writing strings
    By Gustavo in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 26th January 2012, 04:47 PM
  3. A very quick question about strings
    By pikzilla in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 7th December 2011, 11:44 PM
  4. [Sorted] Autoscroll Issue
    By Fanotherpg in forum File Archive
    Replies: 0
    Last Post: 10th November 2011, 11:39 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
  •