in reply to Re: Returning string and numerical data types from subroutines
in thread Returning string and numerical data types from subroutines
Thank you all for your feedback. I was avoiding the eval approach because I didn't want the program to die if the subroutine call fails. But then, as most of the posts suggested - its better to take matters in your own hands than to trust the library user with error checking and handling. Makes sense. I will keep that in mind.
|
|---|