On Friday 07 November 2008, [EMAIL PROTECTED] wrote:
> Accessing a single element this way doesn't work, too:
> Print hCFG["Action/sItem"] ...because the quotes masks sItem
> 
> This try gives me a syntax-error
> Print hCFG["Action/"sItem]

Print hCFG["Action/" & sItem] ???

> 
> Any ideas??
> 
> Sorry, if this a stupid question, but I'm still learning all this OO-stuff.
> 
We all had a time tho learn walking on the earth (program in gambas) :)

Best regards
Ron_1st




-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to