$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Ihsan Ali Al Darhi (iad929_at_[hidden])
Date: 2002-11-18 12:26:51
Hi...
I looked at the documrntation or 'any' class. It looks good but it didn't
tell any thing if i can use it as follows
any x=foo();
It also didn't discuss this case
any x=5;
any y="5";
any z=x+y;
Now what is z? A string or a numeric?
Mohammed