IonicWind Software

IWBasic => General Questions => Topic started by: LarryMc on March 18, 2010, 04:47:30 PM

Title: DataBlock
Post by: LarryMc on March 18, 2010, 04:47:30 PM
I've got a data block in a project
begindata mydata
data blah....
data blah...
dataend


The block resides in source file 'a.eba'

I want to read the data from source file 'a.eba' AND source file 'b.eba'.

No problem readin from 'a.eba'.

How to I do it from 'b.eba'.

LarryMc
Title: Re: DataBlock
Post by: LarryMc on March 18, 2010, 05:12:53 PM
I found the answer here.
http://www.ionicwind.com/forums/index.php/topic,2057.msg18496.html#msg18496
I should have searched a little harder before posting. ;)

LarryMc