Hi all,

I was going over the User Guide, and found that the Case Substitution
example for get methods with parameters doesn't work.

The following:

## Let's say that $data.getUser("jon") returns "Doe".
$data.getUser("jon")
## is the same as
$data.User("jon")

produces:

Doe
$data.User("jon")

and not the expected:

Doe
Doe

This didn't work with the latest source in CVS, either.  Is this going
to be implemented, or is it just a mistake in the documentation? 
Anybody knows?

Best regards,
-- Shinobu Kawai

-- 
Shinobu Kawai <[EMAIL PROTECTED]>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to