<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>17 Nov 2017 07:13:00 Z</lastBuildDate><pubDate>16 Nov 2017 14:15:00 Z</pubDate><description>Can anyone please explain what does below code do?&#13;
&#13;
NumCmd =""&#13;
SI Gauche(WBS,3) ="FR-" ALORS&#13;
NumCmd = Milieu(WBS,4,7)&#13;
TableauCode = Milieu(WBS,12,4)&#13;
FIN&#13;
SI Gauche(WBS,6) ="XX-01-" OU Gauche(WBS,6) ="ZZ-01-" ALORS&#13;
NumCmd = Milieu(WBS,7,6)&#13;
TableauCode = Milieu(WBS,14,4)&#13;
FIN&#13;
&#13;
I'm not able to understand it as I'm new to WINDEV.</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63351-windev/read.awp</link><title>WINDEV</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/63351-windev-63374/read.awp</comments><pubDate>17 Nov 2017 07:13:00 Z</pubDate><description>Yes it does help a lot.&#13;
Thanks:)</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63351-windev-63374/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63351-windev-63374/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63351-windev/read.awp">WINDEV</source><title>Re: WINDEV</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63351-windev-63358/read.awp</comments><pubDate>16 Nov 2017 15:50:00 Z</pubDate><description>Hi Vinit,&#13;
&#13;
NumCmd =""&#13;
IF Left(WBS,3) ="FR-" ALORS // If leftmost 3 characters of WBS equal to "FR-"&#13;
NumCmd = Middle(WBS,4,7)…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63351-windev-63358/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63351-windev-63358/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63351-windev/read.awp">WINDEV</source><title>Re: WINDEV</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63351-windev-63355/read.awp</comments><pubDate>16 Nov 2017 14:45:00 Z</pubDate><description>Hi Stefan,&#13;
Thanks for your reply.&#13;
&#13;
I want to know what this code is doing and it's purpose.&#13;
Because I want to add "FF-******…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63351-windev-63355/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63351-windev-63355/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63351-windev/read.awp">WINDEV</source><title>Re: WINDEV</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63351-windev-63354/read.awp</comments><pubDate>16 Nov 2017 14:31:00 Z</pubDate><description>Hi Vinit,&#13;
&#13;
does this translation make it more clear?&#13;
&#13;
NumCmd ="" IF Left(WBS,3) ="FR-" ALORS NumCmd = Middle(WBS,4,7) Tablea…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63351-windev-63354/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63351-windev-63354/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63351-windev/read.awp">WINDEV</source><title>Re: WINDEV</title></item></channel></rss>
