I'm setting up a spacing structure for some text on an image. So I have to set a $s value for every letter of the alphabet (lower and uppercase) so that is 52 statements.
If I go this route the elseif statement list is going to be huge...
Is there a better way to do this to help shorten the code that finds the $s value depending on the $char value?
Thank you.