[Gambas-user] Eval revisited
Benoit Minisini
gambas at ...1...
Wed Mar 12 15:15:41 CET 2008
On mercredi 12 mars 2008, Steven Lobbezoo wrote:
> Hi,
>
> I do :
> Eval(GParms & ".hGrid.Search_Update('" & Titre.Text & "')")
>
> Where GParms contains the name of a form
> hGrid is an instantiated class in that form
> Search_Update as Sub in that class, which takes a string as parm
> and Titre.Text is a text in a control on ME which contains some text
>
> I get back :
> Unexpected end of expression
>
> What am i doing wrong ?
>
> Thanks
> Steven
>
You use < ' > instead of < " > as string delimiters. < ' > is for comments.
--
Benoit Minisini
More information about the User
mailing list