on control (ttags) I have an array
aTagstemp:= oControl;getItems() // this give me an array with all elements of array of the control
ctext:="silvio" // new element text to insert on this array
[b:1b1g283q] If AScan( aTagsTemp, {|a| a == cText } ) =1[/b:1b1g283q] <--- not run ok
Msginfo("it is allready exist on list")
else
oControl:AddItem( ctext )
Endif
↧