<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>21 Feb 2018 11:40:58 Z</lastBuildDate><pubDate>20 Feb 2018 19:38:47 Z</pubDate><description>Details of the request:&#13;
 I have an edit controls called  EDT_Prompt1_Desc  EDT_Prompt2_Desc ,EDT_Prompt3_Desc  etc.. until 9&#13;
&#13;
In the code i need to Save parameters form these control using a For Loop&#13;
&#13;
SWITCH MNum &#13;
&#13;
	CASE "11"&#13;
		FOR i = 11 TO 14  &#13;
//Menu 1&#13;
           FOR h = 1 TO 9&#13;
 gclMyconnect.WriteTransaction(gsTranslist,"EDT_SMChoice"+MNum,"Description",EDT_Prompt1_Desc..Value)&#13;
&#13;
Is it possible to make the value 1 replace with value 4 as it did for the String variable "EDT_SMChoice"+MNum,"</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64641-dynamically-assign-variable-edit-control-name-code/read.awp</link><title>Dynamically assign Variable to a Edit Control name in code</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Joey Dieleman</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64641-dynamically-assign-variable-edit-control-name-code-64651/read.awp</comments><pubDate>21 Feb 2018 11:40:58 Z</pubDate><description>I am not sure wat you meen but I guess indirection?&#13;
&#13;
You can use:  &#13;
[code:wl]&#13;
{"EDT_Prompt"+MNum+"_Desc",indcontrol}..Value&#13;…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64641-dynamically-assign-variable-edit-control-name-code-64651/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64641-dynamically-assign-variable-edit-control-name-code-64651/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64641-dynamically-assign-variable-edit-control-name-code/read.awp">Dynamically assign Variable to a Edit Control name in code</source><title>Re: Dynamically assign Variable to a Edit Control name in code</title></item><item><author>fromweb</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64641-dynamically-assign-variable-edit-control-name-code-64649/read.awp</comments><pubDate>21 Feb 2018 11:36:39 Z</pubDate><description>Hi&#13;
&#13;
Yes it is...&#13;
look at 'indirection' in the help...&#13;
&#13;
Best regards&#13;
&#13;
-- &#13;
Fabrice Harari&#13;
International WinDev, WebDev an…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64641-dynamically-assign-variable-edit-control-name-code-64649/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64641-dynamically-assign-variable-edit-control-name-code-64649/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64641-dynamically-assign-variable-edit-control-name-code/read.awp">Dynamically assign Variable to a Edit Control name in code</source><title>Re: Dynamically assign Variable to a Edit Control name in code</title></item></channel></rss>
