From: Robert C. <ro...@iC...> - 2002-02-28 21:12:14
|
I've set environment variables without any problems. I don't have OS X or TCL here at work to show the results but doing a "parray env" should list like the following: % array set env "DELIGHT /Applications/Graphics/3Delight-0.9.2" % parray env [..other env vars...] env(DELIGHT) = /Applications/Graphics/3Delight-0.9.2 (I hope I remembered this right. I'll look at home tonight and repost if its wrong.) -- Robert Coldwell ro...@iC... |