Graphics

 View Only
  • 1.  XPression script to export text fields to a .txt file

    Posted 10-22-2018 18:31
    Does anyone have suggestions on how I would write a script that would export my text fields into a .txt file from XPression?


  • 2.  RE: XPression script to export text fields to a .txt file

    Posted 10-22-2018 18:53
    Are you looking to append to a file or overwrite?
    #XPression


  • 3.  RE: XPression script to export text fields to a .txt file

    Posted 10-22-2018 19:57
    If you are running version 8+ you can do Engine.WriteToLog(text)
    #XPression


  • 4.  RE: XPression script to export text fields to a .txt file

    Posted 10-23-2018 16:53
    Yes, we are looking to overwrite. We are also running version 8.
    #XPression