value parameters only for basic types?
- Posted by Tim Fraser <tfraser at TFRASER.SCREAMING.NET> Feb 17, 2000
- 488 views
The man says "A copy of the value of each argument is passed in. The formal parameter variables may be modified inside the procedure but this does not affect the value of the arguments. " Is there a way to pass a parameter for a basic type so that the original (formal) parameter gets altered too?