lbPicture

From Bohemia Interactive Community
Revision as of 01:20, 17 April 2006 by Planck (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

back to COMREF

lbPicture [idc, index]


Operand types:

[idc, index]: Array

Type of returned value:

String

Compatibility:

Added in version 1.50

Description:

Return picture name in item with given index of listbox or combobox with id idc of topmost user dialog.


Example:

_picture = lbPicture [101, 0]