Quantcast
Channel: WinDev Forum
Viewing all articles
Browse latest Browse all 1914

Difference between record and structure

$
0
0
Say I have a data file with three items

Name		|	Caption			|	Type		|	Size
textlistID	|	Identifier of textlist	|	Automatic ID	|	8
TextInEnglish	|	text			|	Text		|	200
TextInNepali	|	Nepali			|	Text		|	200



Now I want to load the data in Array
**********************************
For that I could Define Structure and define array
Textlist is structure
	textlistID	is int
	TextInEnglish	is unicode string
	TextInNepali is unicode string
end

arrTextlist is associative array of textlist
**********************************
Or I could say
ArrrecTextlist is associative array of Record of textlist

***************************
Can I go with Anyone ?? Are they Both same ?? What's the Difference ??

Thanks

Viewing all articles
Browse latest Browse all 1914

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>