level 3
指南针的夏天
楼主
def _createLink
_pon=nd_near(20,2,16)
_pileID=nd_id(_pon)
_ponl=nd_link(_pon)
if _ponl # null then
_linkID=lk_id(_ponl)
command
sel delete link range id _linkID
end_command
end_if
end
输入后,FLAC报错:
*** Bad conversion of parameter number 6 (_linkID).
Expected tokens:
unsigned long >= than 1
From line 8 of source C:/Users/asus/Desktop/slope/structure-auto-link1.txt.
希望能教教我,纠结了很久了
2018年05月05日 08点05分
1
_pon=nd_near(20,2,16)
_pileID=nd_id(_pon)
_ponl=nd_link(_pon)
if _ponl # null then
_linkID=lk_id(_ponl)
command
sel delete link range id _linkID
end_command
end_if
end
输入后,FLAC报错:
*** Bad conversion of parameter number 6 (_linkID).
Expected tokens:
unsigned long >= than 1
From line 8 of source C:/Users/asus/Desktop/slope/structure-auto-link1.txt.
希望能教教我,纠结了很久了