in some of your last updates you changed:
NxEdit.pas, line 2544 from:
CODE
Result := Copy(Items[Index], Length(Items.Names[Index]) + 2, MaxInt) else
toCODE
Result := Copy(Items[Index], Length(Items.Names[Index]) + 1, MaxInt) else
It is big trouble, because function result is now with separator.











