• Welcome to Valhalla Legends Archive.
 

Binary file reading problems....

Started by Tontow, June 10, 2005, 09:32 PM

Previous topic - Next topic

Tontow

  So I'm better off haveing cleaner and smaller code; I'll see what I can do to clean it up.

Though, one thing keeps evadeing me:  Where is it possable to declear a Public user type? - It keeps saying that it has to be private.....

Stealth

Public-scope variables can be declared only in modules and class modules. I think.
- Stealth
Author of StealthBot

Tontow

I think thay lied about being able to do it in class modules, I ended up haveing to use a regular module..

QwertyMonster

I have done it in a form, public module and class module.