[Gambas-user] Stiil problems with EVAL

Benoit Minisini gambas at ...1...
Mon Sep 3 18:09:16 CEST 2007


On lundi 03 septembre 2007, Steven Lobbezoo wrote:
> Hi,
>
> I still have a problem with eval :
>
> I have a module called Mglobal
> In it is defined (amongst a lot of things)
>
> PUBLIC U_No AS Integer
> PUBLIC U_Nom AS String
> PUBLIC U_Agency AS Integer
> PUBLIC U_AgenNom AS String
> PUBLIC U_AgenRep AS String
>
> Now in some other module  i do :
>
>   CASE "li" 		'    Literal program variable
>     Rstr = Eval(Tag[1])
>
> Where Tag[] is :
>
> Tag[0] = "li"
> Tag[1] = "Mglobal.U_nom"
>
> in Mglobal.U_nom is the string "Steven"
>
> After execution Rstr is empty !
>
> Gambas 1.9.50
>
> Steven
>

Can you send me your project?

-- 
Benoit Minisini




More information about the User mailing list