variable scope

new topic     » topic index » view thread      » older message » newer message

Given:

--  == Application Name == 
 
object var1 
 
include IncludeName.e 

Run with C:\OE4.1.0-x64\bin\eui.exe

Crashes in IncludeName.e because var1 is undeclared.

I have tried export , public , and global , only global works, but i don't want to blast that all over the rest of the program. Apparently, export and public work in only one direction; that is: if i declared var1 in IncludeName.e as public or export, then ApplicationName could see var1.

What am i missing?

Kat

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu