<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>5 Nov 2017 14:01:00 Z</lastBuildDate><pubDate>4 Nov 2017 20:22:00 Z</pubDate><description>Hi folks,&#13;
&#13;
I'm struggling with the following. String: "A.B. Smith" needs to result in string "A.B." and string "Smith". I other words I want to extract initials and name from a string into 2 separate strings.&#13;
&#13;
Can somebody put me on the right track.&#13;
&#13;
Best regards,&#13;
&#13;
Aad</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63219-extract-initials-and-surname-from-field/read.awp</link><title>Extract initials and surname from field.</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63219-extract-initials-and-surname-from-field-63227/read.awp</comments><pubDate>5 Nov 2017 14:01:00 Z</pubDate><description>Perfect. Thank you very much.&#13;
&#13;
Regards,&#13;
&#13;
Aad</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63219-extract-initials-and-surname-from-field-63227/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63219-extract-initials-and-surname-from-field-63227/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63219-extract-initials-and-surname-from-field/read.awp">Extract initials and surname from field.</source><title>Re: Extract initials and surname from field.</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63219-extract-initials-and-surname-from-field-63226/read.awp</comments><pubDate>5 Nov 2017 11:42:00 Z</pubDate><description>Hi if the space is the separator use the function below&#13;
&#13;
ExtractString(InitialString,1," ") gives "A.B."&#13;
ExtractString(Initia…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63219-extract-initials-and-surname-from-field-63226/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63219-extract-initials-and-surname-from-field-63226/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63219-extract-initials-and-surname-from-field/read.awp">Extract initials and surname from field.</source><title>Re: Extract initials and surname from field.</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63219-extract-initials-and-surname-from-field-63225/read.awp</comments><pubDate>5 Nov 2017 09:43:00 Z</pubDate><description>Hi Aad,&#13;
&#13;
&#13;
&#13;
&#13;
Regards,&#13;
Bart</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63219-extract-initials-and-surname-from-field-63225/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63219-extract-initials-and-surname-from-field-63225/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63219-extract-initials-and-surname-from-field/read.awp">Extract initials and surname from field.</source><title>Re: Extract initials and surname from field.</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63219-extract-initials-and-surname-from-field-63224/read.awp</comments><pubDate>5 Nov 2017 01:08:00 Z</pubDate><description>Hi Bart,&#13;
&#13;
Thank you for your example. I played around with it and looked into the help file. Can you shed a little more light …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63219-extract-initials-and-surname-from-field-63224/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63219-extract-initials-and-surname-from-field-63224/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63219-extract-initials-and-surname-from-field/read.awp">Extract initials and surname from field.</source><title>Re: Extract initials and surname from field.</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63219-extract-initials-and-surname-from-field-63222/read.awp</comments><pubDate>4 Nov 2017 20:41:00 Z</pubDate><description>Hi Aad,&#13;
&#13;
Maybe something like this:&#13;
&#13;
StringArray is array of strings&#13;
&#13;
StringToArray("A.B. Smith",StringArray, " ")&#13;
FOR i=…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63219-extract-initials-and-surname-from-field-63222/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63219-extract-initials-and-surname-from-field-63222/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63219-extract-initials-and-surname-from-field/read.awp">Extract initials and surname from field.</source><title>Re: Extract initials and surname from field.</title></item></channel></rss>
