특정 맵에 인덱스에 컬럼인덱스를 가져오는 API이다.
Parameters | Type | Description |
---|---|---|
bInputMap | BOOL | 입, 출력구분 |
strMapID | STRING | 맵 ID |
nMapIndex | short | 맵 인덱스 |
Type | Description |
---|---|
short | 컬럼 인덱스 |
function btn_on_mouseup()
{
screen.alert(grid.getiomaptext(true, "A1234567", 1));
}