Re: gets() question

new topic     » goto parent     » topic index » view thread      » older message » newer message

You're adding to your movies sequence like a string. This would work better:

movieNames &= {tempMovies}

or

moveNames = append(movieNames,tempMovies)

Don't worry - you're in good company. I do that from time to time

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu