LS: text (Linux) - textlist (win2000)

LS code makes different result in win2000 and linux.--------------

doc.Category1=""

Set item = doc.GetFirstItem( "Category1" )

Call item.AppendToTextList( plainList )

result

Category1 field type is TextList in win2000

Category1 field type is Text in Linux