Re: Passing values between shell-variables

2000-06-25 Thread Dan Nelson
In the last episode (Jun 25), gerald stoller said: > Sorry for leaving out info; local() and getint() are functions > in the file var.c of pdksh as is setint_v() , which I also tried. I > am using version 3.3 . struct tbl is a structure defined in the file > table.h of pdksh . Probably so

Re: Passing values between shell-variables

2000-06-25 Thread gerald stoller
Dan Nelson <[EMAIL PROTECTED]> resonded on Thu, 22 Jun 2000 17:42:37 -0500with >In the last episode (Jun 22), gerald stoller said: > > I want to take an integer value from one shell-variable and pass > > a modified value to another shell-variable. First I tried setint_v > > (after using

Re: Passing values between shell-variables

2000-06-22 Thread Dan Nelson
In the last episode (Jun 22), gerald stoller said: > I want to take an integer value from one shell-variable and pass > a modified value to another shell-variable. First I tried setint_v > (after using local to get tbl structures for the two shell-variables) > and second I tried various form

Passing values between shell-variables

2000-06-22 Thread gerald stoller
I want to take an integer value from one shell-variable and pass a modified value to another shell-variable. First I tried setint_v (after using local to get tbl structures for the two shell-variables) and second I tried various forms of the var.c functions intval & setint .