<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>19 Jun 2020 14:49:34 Z</lastBuildDate><pubDate>21 Apr 2020 20:35:21 Z</pubDate><description>Hi,&#13;
&#13;
I'm new in WINDEV and i hope someone can help me.&#13;
&#13;
I use the code mentioned below in 4 places in my application.&#13;
The Internal Window + Combo can be :&#13;
IW_Wassen1.COMBO_Programma&#13;
IW_Wassen2.COMBO_Programma&#13;
IW_Wassen3.COMBO_Programma&#13;
IW_Wassen4.COMBO_Programma&#13;
&#13;
i is int&#13;
ListDeleteAll(IW_Wassen1.COMBO_Programma)&#13;
FOR i = 1 TO IW_Wassen1.COMBO_TblMachines.COL_Aantal&#13;
                ListAdd(IW_Wassen1.COMBO_Programma,i)&#13;
END&#13;
&#13;
I would like to put this code in a global procedure like the code mentioned below, but it doesn't work and i call it with&#13;
"vulprogramma(1)".&#13;
&#13;
&#13;
PROCEDURE VulProgramma(nr is int)&#13;
ListDeleteAll(IW_Wassen[nr].COMBO_Programma)&#13;
FOR i = 1 TO IW_Wassen[nr].COMBO_TblMachines.COL_Aantal&#13;
      ListAdd(IW_Wassen[nr].COMBO_Programma,i)&#13;
END&#13;
&#13;
tx in advance</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67779-suffix-number-variable/read.awp</link><title>Suffix number to a variable</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>test</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67779-suffix-number-variable-67880/read.awp</comments><pubDate>19 Jun 2020 14:49:34 Z</pubDate><description>If you really want to go faster, then DON'T use indirections where they are not needed...&#13;
&#13;
Most list, table and such functions…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67779-suffix-number-variable-67880/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67779-suffix-number-variable-67880/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67779-suffix-number-variable/read.awp">Suffix number to a variable</source><title>Re: Suffix number to a variable</title></item><item><author>PeHoBe</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67779-suffix-number-variable-67879/read.awp</comments><pubDate>18 Jun 2020 19:02:51 Z</pubDate><description>Hi Michel and Aruhi,&#13;
&#13;
Don't forget to specify the type of indirection you'ld like to use. This will speed up the runtime to re…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67779-suffix-number-variable-67879/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67779-suffix-number-variable-67879/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67779-suffix-number-variable/read.awp">Suffix number to a variable</source><title>Re: Suffix number to a variable</title></item><item><author>aarushi.498jain992</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67779-suffix-number-variable-67796/read.awp</comments><pubDate>25 Apr 2020 09:44:25 Z</pubDate><description>I was looking for this solution since long time.&#13;
It's really helpful for me.&#13;
&#13;
From&#13;
Aruhi&#13;
Developer Salesforce&#13;
https://www.…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67779-suffix-number-variable-67796/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67779-suffix-number-variable-67796/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67779-suffix-number-variable/read.awp">Suffix number to a variable</source><title>Re: Suffix number to a variable</title></item><item><author>Michel VERHEYEN</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67779-suffix-number-variable-67790/read.awp</comments><pubDate>23 Apr 2020 19:32:19 Z</pubDate><description>Tx Andrea</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67779-suffix-number-variable-67790/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67779-suffix-number-variable-67790/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67779-suffix-number-variable/read.awp">Suffix number to a variable</source><title>Re: Suffix number to a variable</title></item><item><author>Andrea Chiadò Piat</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67779-suffix-number-variable-67789/read.awp</comments><pubDate>23 Apr 2020 09:36:08 Z</pubDate><description>Hi Michel,&#13;
you have to use "indirection"&#13;
https://help.windev.com/en-US/?1512005&amp;name=Indirection_operator_control_and_item&#13;
&#13;
…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67779-suffix-number-variable-67789/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67779-suffix-number-variable-67789/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67779-suffix-number-variable/read.awp">Suffix number to a variable</source><title>Re: Suffix number to a variable</title></item></channel></rss>
