I would like to delete a line of data contain in a global variable wich contain the whole data, those data are presented in a dataGrid group.
I choose the line :
Code: Select all
put the dgHilitedLines of group "listing" into theLine
put the dgDataOfLine[theLine] of group "listing" into theDataA
I don't know how I can retrieve those data from the global variable.
Assuming that theVariable contain the whole data and theDataFormatted contain the line with "item1 <tab> item2 <tab> etc." , can I simply do :
Code: Select all
replacetext (theVariable, theDataFormatted, "")