Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with array

Status
Not open for further replies.

fabien

Technical User
Sep 25, 2001
299
AU
Hi!

In one function I do the followingh statement

set $cstart($cur_sel) $cs
set $cend($cur_sel) $ce

When I ouput the values for $cstart($cur_sel) and $cend($cur_sel) I get zero zero although cs and ce are non zero,
why?

Thanks,
 
Instead of
set $cstart($cur_sel) $cs
set $cend($cur_sel) $ce

try:
set cstart($cur_sel) $cs
set cend($cur_sel) $ce



Bob Rashkin
rrashkin@csc.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top