I made some bitmaps controls on a dialogs
I must assign for each bmp a cargo value to assign values
before I used btnbmp with this feature
sample :
aBtn[nbotone]:bLClicked:= {|oBtnOmb| Menu_action oBtnOmb,oFree,oPanel) }
aBtn[nbotone]:cargo := { 'Free', n, "O",ny }
then If I call the third value on function menu_action and it make error
IF oBtnOmb:cargo[3]="O"
......
HOw I can make to save a cargo values ?