24.12.2008, 11:21:30
(This post was last modified: 24.12.2008, 11:23:47 by Professor_Tesla.)
↠This is me.
I declared the string variable inside a private subroutine. Thus, as far as the sub I was trying to use it in as an argument for a function was concerned, it didn't exist. I should have remembered that from what I learned in C programming.
I declared the string variable inside a private subroutine. Thus, as far as the sub I was trying to use it in as an argument for a function was concerned, it didn't exist. I should have remembered that from what I learned in C programming.