Paragraph to text

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • zaknbou
    Forum Member
    • Nov 2005
    • 63

    Paragraph to text

    Hi guys,

    How can i save text from the paragraph object to a file on my desktop

    TextFile.WriteFromString("AutoPlay\\Docs\\MyFile4 .txt", Paragraph1 .. "\r\n", true);


    why it is not working ?
    Please help
  • azmanar
    Indigo Rose Customer
    • Oct 2004
    • 1020

    #2
    Hi,

    You need to place the RIGHT PATH to the DESKTOP.
    Newbie Examples
    ------> AMS 7.5 : amstudio.azman.info
    ----> AMS 6 & 5: www.azman.info/ams/
    ----> FB: facebook.com/GuideToWealth

    ----> Content Development Blog: www.AZMAN.asia

    Comment

    • zaknbou
      Forum Member
      • Nov 2005
      • 63

      #3
      TextFile.WriteFromString("_DesktopFolder\\MyFile4 .txt", Paragraph1 .. "\r\n", true);

      i already did that but it is not working
      please help

      Comment

      • azmanar
        Indigo Rose Customer
        • Oct 2004
        • 1020

        #4
        Hi,

        Should be >>> _DesktopFolder.."\\MyFile4 .txt"
        Newbie Examples
        ------> AMS 7.5 : amstudio.azman.info
        ----> AMS 6 & 5: www.azman.info/ams/
        ----> FB: facebook.com/GuideToWealth

        ----> Content Development Blog: www.AZMAN.asia

        Comment

        Working...
        X