Harry Jackson wrote at Tue, 16 Jul 2002 16:22:52 +0200:
> If I have the following variables splits are numbers and totals are operators how
>can I have them
> executed to get the value.
>
> $split[0] $total[0] $split[1] $total[1] $split[2] $total[2] $split[3] $total[3]
>$split[4];
> 45
; Sent: Tuesday, July 16, 2002 10:23 AM
> To: '[EMAIL PROTECTED]'
> Subject: Scalar context problem I think
>
>
> Hi
>
> If I have the following variables splits are numbers and totals are
> operators how can I have them executed to get the value.
>
> $
Hi
If I have the following variables splits are numbers and totals are
operators how can I have them executed to get the value.
$split[0] $total[0] $split[1] $total[1] $split[2] $total[2] $split[3]
$total[3] $split[4];
45 \ 3 + 6 -
4