simple variable question
I'm trying to assign a value to a variable in the following way:
I already have a variable entitled "artistName," which as you guessed contains a string such as "leonardo."
But lets say I want a new variable, "fileName", to to store the value of "artistName" (or leonardo in this example), with another string such as "File".
In doing so, I want the value of fileName = leonardoFile
How would I accomplish this?
Any help would be lovely.
|