PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WX17] - How to access fields in a Data File using subscript
[WX17] - How to access fields in a Data File using subscript
Iniciado por guest, 27,abr. 2015 15:26 - 2 respuestas
Publicado el 27,abril 2015 - 15:26
I want to access a File's fields using subscript as we do with arrays. For example Customer_Master[2] = "Customer Name"

The above does not seem to work though.

I want to use the technique for reading data as well as writing data.

Is this possible?

TIA

Yogi Yang
Publicado el 27,abril 2015 - 15:32
check HToItem and HRetrieveItem in the help

http://doc.windev.com/en-US/index.awp…
<a class="ExternalLink" rel="nofollow" target="_blank" href="http://doc.windev.com/en-US/?3044128">http://doc.windev.com/en-US/&hellip;</a>
Publicado el 27,abril 2015 - 15:40
Thanks Paulo.

You saved my day! :cheers: