Quantcast
Channel: FiveTech Software tech support forums
Viewing all articles
Browse latest Browse all 26212

searching a text into an array

$
0
0
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

Viewing all articles
Browse latest Browse all 26212

Trending Articles