User Tag List

Results 1 to 4 of 4

Thread: line break

  1. #1
    No Products Registered

    Join Date
    Aug 2010
    Posts
    343
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    line break

    Is there a code that sets a line break?
    I am used to \n or \r or \n\r - maybe /\n
    I have tried these and more.

    Specifically I am working with the popup extension.

  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)
    Yes, though MMF uses an unusual one - it's newline$.

    Code:
    "First line" + newline$ + "Second line"

  3. #3
    No Products Registered

    Join Date
    Aug 2010
    Posts
    343
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    thanks

    Yes, I thought there was something MMFish.

    congrats on finishing towers2.
    I find that it don't half take a while to do anything half decent. I will have a preview of the freeview.

    edit - PS - I found to cut/paste a line feed out of notepad works as well.

  4. #4
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)Firefly 3D Module (Steam)
    Phi's Avatar
    Join Date
    Jan 2010
    Location
    England
    Posts
    1,964
    Mentioned
    25 Post(s)
    Tagged
    0 Thread(s)
    Yep, you can use Ctrl+Enter to put a newline in also, but it has to be within ""s or it'll get removed when you close the expression editor.
    "My text with
    newline there"
    +Newline$+"And there."
    +"But << this one doesn't appear."

Similar Threads

  1. Choco-Break help
    By Coolcat in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 15th December 2013, 06:36 PM
  2. pop-up put the application break ...
    By Sevennemesis in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 26th February 2013, 02:56 PM
  3. Beta 28 -- Double spaces in string cause line break
    By Jeff in forum Android Export Module Version 2.0
    Replies: 0
    Last Post: 17th May 2012, 05:36 PM
  4. Scintilla -> Add new line or break?
    By Gibbon in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 10th October 2011, 02:20 PM
  5. Line break in a DialogBox
    By Simon in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 19th July 2006, 07:17 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
  •