Using Structures for Application Files?
Posted: Wed Nov 24, 2004 2:03 pm
Hi, this may seem silly, but after 4 years of programming (in VB, so I guess the proper term would be 'scripting'
), I realized that I've never created my own application file format, instead always opting to use two-dimensional XML or something equally huge.
Since XML doesn't seem to be well-managed in PB just yet (without getting into MSXML or something else), I'd like to investigate using multiple structures to write out a project document. The help file seems to hint at it.
Can anyone offer any examples? I particularly interested in how one goes about 'knowing' which structure type is to be loaded next..

Since XML doesn't seem to be well-managed in PB just yet (without getting into MSXML or something else), I'd like to investigate using multiple structures to write out a project document. The help file seems to hint at it.
Can anyone offer any examples? I particularly interested in how one goes about 'knowing' which structure type is to be loaded next..