Hi all, I'm creating a table and need to add few lines in a row. But I can not find which syntax I have to use.
For instance, I have this string, <ItemDef OID = "Automobile" Name = "Sedan" def:Label = "Car Size" DataType = "text" Length = "20" Comment = "Camry Accord Azera Maxima"> </ItemDef> and this will output in a table (in a cell) as Camry Accord Azera Maxima But now I want the comment to output in a cell as Carmy Accord Azera Maxima Is there any syntax to return the value within a cell or a row? Thank you.
