<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>20 Feb 2015 09:39:41 Z</lastBuildDate><pubDate>19 Feb 2015 14:26:25 Z</pubDate><description>Hi everyone,&#13;
I am a Programmer beginner and have to do a small programm which is made by arrays&#13;
http://hostimage.windev.io/images/bild_4f2d254442d489a8001fbcd947c7f90b.jpg&#13;
&#13;
If I press the first button then it shows me the value with "ich bin wert 1" //I am value 1,and so on. &#13;
I setted my two-dimensional arrays in the window code&#13;
&#13;
[code:wl]&#13;
garrMyArray is array of 3 by 3 strings                   &#13;
garrMyArray[1,1] = "ich bin wert 1"&#13;
garrMyArray[1,2] = "ich bin wert 2"&#13;
garrMyArray[1,3] = "ich bin wert 3"&#13;
garrMyArray[2,1] = "ich bin wert 4"&#13;
garrMyArray[2,2] = "ich bin wert 5"&#13;
garrMyArray[2,3] = "ich bin wert 6"&#13;
garrMyArray[3,1] = "ich bin wert 7"&#13;
garrMyArray[3,2] = "ich bin wert 8"&#13;
garrMyArray[3,3] = "ich bin wert 9"&#13;
&#13;
[/code]&#13;
&#13;
and it prints it out in the "wert"EDT&#13;
&#13;
but now Id like to change the value by writing a new value in the second EDT below and saving it. Has anyone an Idea what Id have to write in the save button?</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50539-need-help-for-array-problem/read.awp</link><title>Need help for array problem</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>info</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50539-need-help-for-array-problem-50548/read.awp</comments><pubDate>20 Feb 2015 09:39:41 Z</pubDate><description>Hi Karma,&#13;
&#13;
Speichern = Save, right?&#13;
&#13;
Your little program is all in memory. To save something you have to create external fil…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50539-need-help-for-array-problem-50548/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50539-need-help-for-array-problem-50548/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50539-need-help-for-array-problem/read.awp">Need help for array problem</source><title>Re: Need help for array problem</title></item><item><author>c.curtis</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50539-need-help-for-array-problem-50540/read.awp</comments><pubDate>19 Feb 2015 17:07:44 Z</pubDate><description>So you want to change the value of the pressed button? In example, press ich bin wert 9, then type in #9 in the second text edit…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50539-need-help-for-array-problem-50540/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50539-need-help-for-array-problem-50540/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50539-need-help-for-array-problem/read.awp">Need help for array problem</source><title>Re: Need help for array problem</title></item></channel></rss>
