On 30 June 2010 10:31, Chaitanya Yanamadala wrote:
> Hai
> i am in a situation like i have a scalar $value = 5
> now i need to create an array with the number i mean $value
> how can i do it??
>
> regards
> Chaitanya
>
Hi Chaitanya,
I am not sure if I understood your question well or not.
To
On Jun 29, 10:01 pm, dr.virus.in...@gmail.com (Chaitanya Yanamadala)
wrote:
> Hai
> i am in a situation like i have a scalar $value = 5
> now i need to create an array with the number i mean $value
> how can i do it??
Before you go down that path, check out the pitfalls and
safer alternatives:
Great Thomas
Ur idea has resolved my issue..
i finally solved it after struggling from 16 hours.
:)
Chaitanya
On Wed, Jun 30, 2010 at 12:07 PM, Thomas Bätzler wrote:
> Chaitanya Yanamadala asked:
> > i am in a situation like i have a scalar $value = 5
> > now i need to create an array with t
hai Alan
Thank you for the reply
but this is not what i asked for,,
array should be created with the number
like this @5 or some thing like @y5 where 5 is the $value
if i give some thing like this @y$value it is giving me an error.
Chaitanya
On Wed, Jun 30, 2010 at 10:40 AM, Alan Haggai Alavi <