On Sunday 27 April 2014 19:36:01 Alexey Loginov wrote:
> 'MSEide Copyright 1999-2013 by Martin Schreiber'#10'Usage: mseide
> [OPTION]... [PROJECTFILE]'#10#10'Options:'
> ->
> Maybe (I don't know mfm, what will be workable):

*.mfm is the format used by Delphi/FPC 
objecttexttobinary()/objectbinarytotext() functions. The string 
representation is the Pascal string format:
http://www.freepascal.org/docs-html/ref/refse8.html#x20-190001.8

> 'MSEide Copyright 1999-2013 by Martin Schreiber'+chr(10)+'Usage:
> mseide [OPTION]... [PROJECTFILE]'+chr(10)+chr(10)+'Options:'
>
This is no valid Pascal string in *.mfm.

> or
>
> 'MSEide Copyright 1999-2013 by Martin Schreiber'#10
> 'Usage: mseide [OPTION]... [PROJECTFILE]'#10#10
> 'Options:'
>
This is no valid Pascal string in *.mfm.

> or use tstringcontainer (gettext undersdand tstringcontainer well).
>
tstringcontainer uses the same string format.

> for gettext #10 is EOL and string after #10 is not readable. This
> problem is for all .mfm.
>
gettext is mainly for C maybe.

Martin

------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to