There are 2 columns with arbitrary text in the interface (the second column is invisible).
By the value of the variable, I glue the text of the second column to the first one.
I need to show what is being pasted in a different font and color - text1, text2.
Is it possible to do this?
By the value of the variable, I glue the text of the second column to the first one.
myFlg - is a flag variable
oBrw:aCols[1]:bStrData{||oBrw:aRow[1]+if(myFlg=1, "", ", "+oBrw:aRow[2]}Is it possible to do this?