| Re: Problem saving EString[] [message #402812] |
Wed, 02 August 2006 14:57 |
|
Originally posted by: aroohi.sjm.com
please disregard this, sorry NOT an emf problem.
~Ali Roohi
aroohi@sjm.com
Ali Roohi wrote:
> Using a class attribute of EString have a cardinality of 0-* (string
> array). EMF will store the values of a string array as text separated by
> commas.
>
> [Bob smith]
> [Ricky Bobby]
> [Jeff George]
>
> gets saved as "Bob smith, Ricky Bobby, Jeff George"
>
> However, if a string contains a comma it is incorrectly split as a
> separate index.
>
> [Smith, Bob]
> [Bobby, Ricky]
>
> gets saved as "Smith, Bob, Bobby, Ricky"
>
> and loaded as
>
> [Smith]
> [Bob]
> [Bobby]
> [Ricky]
>
> How can we overcome this problem??
>
> ~Ali Roohi
> aroohi@sjm.com
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.01436 seconds