Hi Bruekers Append a further question.Is there anyway I can stream out pp() log to a temp file, then use this temp file to overwrite my 1st ugly-format skill source code? by doing this, I can automatically refresh my skill code format. ex: load(MyPreocedure.il) pp(MyPreocedure) > TEMP.txt sh("cp MyPreocedure.il MyPreocedure.bk.il -f") sh("mv TEMP.txt MyPreocedure.il -f") the phrase 'pp(MyPreocedure) > TEMP.txt' does not work for now :(
↧