Search found 2 matches

by yves
Wed Aug 20, 2003 12:38 pm
Forum: Coding Questions
Topic: structure in a structure... howto?
Replies: 2
Views: 1341

thank you spangly, this worked just fine!

++
-y.
by yves
Wed Aug 20, 2003 11:01 am
Forum: Coding Questions
Topic: structure in a structure... howto?
Replies: 2
Views: 1341

structure in a structure... howto?

hello all,

i'd like to use the following structure imbrication:

Structure COUNTRY
name.s
month.s
number_of_users.s
national_cost.f
international_cost.f
roaming_cost.f
subscription_cost.f
other_cost.f
total_cost.f
EndStructure

Structure DATAFILE_STATS
filename.s
filesize.l
number_of ...