<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>6 Oct 2017 13:34:00 Z</lastBuildDate><pubDate>6 Oct 2017 09:22:00 Z</pubDate><description>Say I have a data file with three items&#13;
&#13;
Name | Caption | Type | Size textlistID | Identifier of textlist | Automatic ID | 8 TextInEnglish | text | Text | 200 TextInNepali | Nepali | Text | 200&#13;
&#13;
&#13;
Now I want to load the data in Array&#13;
**********************************&#13;
For that I could Define Structure and define array&#13;
Textlist is structure textlistID is int TextInEnglish is unicode string TextInNepali is unicode string end arrTextlist is associative array of textlist **********************************&#13;
Or I could say&#13;
ArrrecTextlist is associative array of Record of textlist&#13;
&#13;
***************************&#13;
Can I go with Anyone ?? Are they Both same ?? What's the Difference ??&#13;
&#13;
Thanks</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62860-difference-between-record-and-structure/read.awp</link><title>Difference between record and structure</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/62860-difference-between-record-and-structure-62864/read.awp</comments><pubDate>6 Oct 2017 13:34:00 Z</pubDate><description>Hi Binod,&#13;
&#13;
what Stefan said or you can do it the way we do it in alpha360.&#13;
The following gives you also some "air" to add oth…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62860-difference-between-record-and-structure-62864/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62860-difference-between-record-and-structure-62864/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62860-difference-between-record-and-structure/read.awp">Difference between record and structure</source><title>Re: Difference between record and structure</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62860-difference-between-record-and-structure-62862/read.awp</comments><pubDate>6 Oct 2017 12:17:00 Z</pubDate><description>Hi Binod,&#13;
&#13;
IMO you can use&#13;
&#13;
ArrrecTextlist is associative array of Record of textlist&#13;
&#13;
then it's not needed to define the …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62860-difference-between-record-and-structure-62862/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62860-difference-between-record-and-structure-62862/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62860-difference-between-record-and-structure/read.awp">Difference between record and structure</source><title>Re: Difference between record and structure</title></item></channel></rss>
