From: BigDaddy on
Hi

I can't getPref() because of the error message:

Incorrect preference file extension

I'm using: set goofy = value(getPref("monkeypants.txt"))

What gives?

Thanks


From: wherold on
set goofy = value(getPref("monkeypants"))

works with .txt files

if you use .htm you must append .htm in getPrefs()

Tried on D11

You did not write which Directorversion you use.

Wolfgang