Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 1969
    Posts
    123

    Grin Whats the word on Edit Field?

    Whats the script to get Edit field to load a file at run time? It doesnt give you any options to do so, that I can see. I tried
    %SrcDir%\folder1\folder2\file.txt ... but no joy there!

  2. #2
    Join Date
    Jun 2000
    Location
    Indigo Rose Software
    Posts
    1,943

    Re: Whats the word on Edit Field?

    Hey Derek,

    Try this:

    // Read in the Text File
    %TextFile% = TextFile.Read (%SrcDir%\MyText.txt)
    // Set the text in the Edit Field
    EditFieldObject[EditField1].SetText (%TextFile%)

    mark.
    MSI Factory The Next Generation Intelligent Setup Builder

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts