[Go to BBS]
All articles in a thread
SubjectSelectMode[]
Article No206
Date: 2006/09/15(Fri) 10:18:23
Contributor大西幸喜
acsadでSelectModeというやつがプロテクトされているようです。きっと誰もがプライベート関数で使いたいと思おうはず。これって使いにくい!

In[3]:= SelectMode[]:=Print["hoge"]
???General::protect: Protected symbol in (SelectMode[]:=Print["hoge"])
???General::abort: Aborted:
SelectMode[]:=Print["hoge"]
^
???-FFS-Error-?Undefined command or element: SELECTMODE[]:=PRINT["hoge"]
In[3]:= SelectModeX[]:=Print["hoge"]
Out[3]:= Print["hoge"]

SubjectRe: SelectMode[]
Article No207
Date: 2006/09/15(Fri) 11:28:02
Contributor大西幸喜

Tkinter.nで予約語となっているようです。
ご注意!