May 07, 2024, 02:05:26 AM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


DataBlock

Started by LarryMc, March 18, 2010, 04:47:30 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

LarryMc

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
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

LarryMc

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
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library