Feb 10, 2004 #1 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,
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,
Feb 10, 2004 #2 Bong Programmer Dec 22, 1999 2,063 US 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 Upvote 0 Downvote
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