REVers,

Using Revolution, I've created a main stack that reads from and writes to an external preferences text file entitled "TJsettings.txt".


In the stack script (on openstack) starts with:

put the filename of this stack into MyPathWay
  repeat until the last char of myPathWay is "/"
    delete last char of MyPathWay
  end repeat

  put myPathWay & "TJsettings.txt" into MyPathWay


answer myPathway --"BUG TEST" line



  open file MyPathWay

  read from file MyPathWay until EOF
  put it into TheSettings

  put theSettings into fld "settings"

---------
then I'll pull info from fld setting to reset preferences

Only thing is-- it's not working...


The "BUG TEST" line results in "Users/steve/Desktop/JeopardyQs/TJsettings.txt" which
is accurate. But nothing is appearing in the fld "settings"


Any advice?

Steve



--


-------------------------------------------------------------------------------------------------- Steve Bonham Director, Faculty Technology Development Laboratory Center for Excellence in Teaching - Georgia Southern University Statesboro, GA 30460-8143 -------------------------------------------------------------------------------------------------- _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to