|
|
| Author |
Message |
selvakumar_ms
New User
Joined: 30 Mar 2004 Posts: 8
|
|
|
|
can we use renamed data item in arithmetic operations  |
|
| Back to top |
|
 |
References
|
Posted: Wed Mar 31, 2004 3:42 pm Post subject: Re: renames |
 |
|
|
 |
mvs_butta
New User
Joined: 23 Dec 2003 Posts: 13
|
|
|
|
Yes you can ,when it renames only a single numeic elementay vaiiable.
| Code: |
id-1 renames id-2 thru id-3
when id-3 is specified id-1 is treated as goup item.
when id-3 is not specified id-1 will acquire all th attributes of id-2
if id-2 is a group item id-1 will be group item
if id-2 is elemetary item id-1 will be elementary item |
|
|
| Back to top |
|
 |
|
|