[Gambas-user] Coding problem

Fabien3D creafab at ...402...
Sat Apr 3 17:17:32 CEST 2004


Le Samedi 3 Avril 2004 16:59, Fabien3D a écrit :
> Le Samedi 3 Avril 2004 10:43, Benoit Minisini a écrit :
> >hImage = hImage.Load("/home/fabien/Economiseur_ecran/Panoramique
> > Uluru_1.jpg")
> >
> > You must learn the difference between a local variable and a global
> > variable :-) Is it your first program ?
>
> Nope ! I've programmed several softwares, one of them is still sold, the
> others are used in my job or in my video work !
>
> I had tried the instructions :
> 	Global hImage as Image : doesn't work
> I declared hImage in an Module :
> 	Global hImage as Image
> 		or
> 	hImage as Image
> 		or
> 	Dim hImage as Image
>
> Don't work !
I also tried the PUBLIC instruction, in the Main() and in the separate module. 
Didn't work !

-- 
Fabien3D

CREAFab, la création numérique autrement...
http://creafab.free.fr





More information about the User mailing list