Thx Alex, Bjornke, and Frank,
Got it working based on your ideas. It is now reading from and
writing to TJsettings.txt. Thx!
However, now my subject line IS accurate!
Once I package the file as an standalone it "hangs" upon launching on
both Mac & Windows.
On the Mac side the menubar title chang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
No, it should be "/Users/steve/Desktop/JeopardyQs/TJsettings.txt" --
note the leading '/' character.
Like the other posters, however, I do think it would be much easier if
you just used the "put URL" method.
Consider something like:
function prefsFi
I suggest this as an alternative to your way, have no clue why it
doesn't work for you the other way.
put the filename of this stack into MyPathWay
set the itemdelimiter to "/"
put "TJsettings.txt" into item -1 of MyPathWay
put URL ("file:" & MyPathWay) into field "settings"
--
official ChatRev p
Steve Bonham wrote:
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 myPathWa
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