V4MD - Crash Problem

Pierre Rossel prossel2 at myrealbox.com
Mon Jul 24 12:02:33 CDT 2006



Sean Wilson wrote:
> 
> Ruslan wrote:
> >         -- am I right that in Lingo we can put variable names
> >         -- into string and Lingo put values in fact ?
> 
> Absolutely.

NO, not with Lingo !!!

Try this code in the message window:

    aa = "hello"
    put "aa"

The result is:

    -- "aa"

It would have been "hello" if the variable had been replaced.

In PHP, you can put variables in double quote strings to have variables
replaced by their values.

Pierre Rossel



More information about the Valentina mailing list