the other way to do it would be to have a counter increase from 0 to 255 (or
whatever the range you define) and unpack/pack each into an ascii character.

-----Original Message-----
From: Mark Meyer [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 12, 2001 11:09 PM
To: [EMAIL PROTECTED]
Subject: Re: newbie alphanumeric counter


>>

Howdy,
to test control panel displays
I wanted to make a alphanumeric counter,  eg I want to count from 1 to z
using both upper and lower case.
<<

hi..

i am sort of confused as to what you are doing...

wouldn't it be better to just work through your loop and then map the look
counter back to something else ..maybe a value in a hash?  then you can use
the loop counter as a key into the hash table.

mark



_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to