Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » Re: Problem saving EString[]
Re: Problem saving EString[] [message #402812] Wed, 02 August 2006 14:57
Eclipse User
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
>
>
Previous Topic:Problem saving EString[]
Next Topic:Sorting capability for a document?
Goto Forum:
  


Current Time: Mon May 20 12:47:18 EDT 2013

Powered by FUDForum. Page generated in 0.01436 seconds