Posted by Daedalus.OS on 09/28/40 11:16
>...
> The problem was with the bit where I tried to specify the variable using
> $access$count. I knew it wasn't going to work when I tried it. I'm really
> stuck here. <flatter>I'm sure its quite simple to experts like you
> </flatter>
I guess when you are using $access$count, you would like it to be $acces1
....2...3... and so on. if it's the case, one way to use the content of a
variable (like what is hold by $count) as the name or part of a varible name
is like this:
${"access$count"}
if count is equal to 1, then it's like writing $access1
Dae
Navigation:
[Reply to this message]
|