UBB.Dev
Posted By: The Donut Question about hashes - 03/28/2001 3:22 AM
Is it possible to use split with a hash?

like

split(/:/, %hashname);

is that possible, or does it even write the hash correctly with that?

Just a question laugh
Posted By: Wartortle Re: Question about hashes - 03/28/2001 4:51 AM
What are you trying to do this for?
Posted By: The Donut Re: Question about hashes - 03/28/2001 5:13 AM
ummm.. I'm trying to get the info from a styles file and put it into a hash.

Hard to do? or very easy to do and right under my nose?
Posted By: Dave_L Re: Question about hashes - 03/28/2001 9:23 PM
It sounds like you want to do something like this:

Code
code:
© UBB.Developers