楼主:
s4300026 (s4300026)
2015-06-29 17:34:40如题
我想要做到
a.b(1).c = 1
a.b(2).c = 1
a.b(3).c = 1
a.b(4).c = 1
a.b(5).c = 1
就很顺手的打
a.b([1:5]).c=1;
然后就得到
Insufficient outputs from right hand side to
satisfy comma separated list expansion on left hand
side. Missing [] are the most likely cause.
该怎么改成正确呢?