PDA

View Full Version : @command([folder])怎么不能使用


chmy
11-01-07, 01:40 PM
在BS下我用@Command([Folder]; "LL"; "1") 出现这个错误.
"attempt to perform folder operation on non-folder note"
这个错误说明是,我是想把一个视图里的文档移动到一个名为LL的文件夹,用的公式是@Command([Folder]; "LL"; "1") .
但是@Command([Folder]; "LL"; "1")用了后就出现上面的错误,但是用@Command([Folder]; "LL"; "0")就可以.
这个是什么原因呢?