JCMTableGetIntEntryΒΆ
Purpose
returns table entry of integer type
Function signature
int JCMTableGetIntEntry(int* entry, int handle, int row, int col)
| Parameter | in/output | Description | 
|---|---|---|
| entry | output | integer table entry | 
| handle | input | pinboard handle of table | 
| row | input | index of row | 
| col | input | index of column |