기존의 리스트에 원하는 인덱스, 아이템을 삽입합니다.
phone
dd는 삽입된 item 입니다.
Viewer
Components
ID 설정방법
Num, Str, strBox, numBox는 고유명칭 ID입니다.
여러 개의 컴포넌트를 사용 할 때는 자기만의 의미를 두어 ID를 정합니다.
컴포넌트를 선택 한 후 Rename 버튼 클릭
주의
index는 정수이고, item는 데이터입니다.
numBox 속성에서 체크 했을 때 숫자 키보드만 활성됩니다.
Blacks
준비된 list입니다. 인덱스번호는 보이지 않지만 내부적으로 존재합니다.
item 은 6개 이므로 index는 차례대로 1, 2, 3, 4, 5,6입니다.
삽입된 index번호는 1~6까지만 해당 됩니다.
전체 블럭 코드
source code
InsertListItemList_Index_Item.aia
0.00MB
apk app
'inventor' 카테고리의 다른 글
RemoveListItemList_list_index [inventor 024] (0) | 2022.09.30 |
---|---|
ReplaceListItemList_index_replacement [inventor 023] (0) | 2022.09.29 |
SelectListItemList_Index [inventor 021] (0) | 2022.09.29 |
IndexInListThing_List_(Upgrade) [inventor 020] (0) | 2022.09.29 |
IndexInListThing_List [inventor 019] (1) | 2022.09.29 |