Say I have a data file with three items
Now I want to load the data in Array
**********************************
For that I could Define Structure and define array
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
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