I have this string
|First|== exactamente igual|frank
and I wish create an array 4 columns
cOperator := ALLTRIM( StrToken( aRighefiltro[k],1 , "|" ) )
cField := ALLTRIM( StrToken( aRighefiltro[k], 2, "|" ) )
cCondition := LEFT(ALLTRIM( StrToken( aRighefiltro[k], 3, "|" ) ),2)
cEspressione := ALLTRIM( StrToken( aRighefiltro[k], 4, "|" ) )
RowData := { cOperator, cField, cCondition, cEspressione}
AaDd(aRighe, RowData)
xbrowser aRighe
IF the first value is Empty the array aRighe not calculate the exact column
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com