in reply to Re^6: Converting Unicode
in thread Converting Unicode

Up to now, I've been forced to maintain a strict ordering of parameters, and many of my subroutines have so many parameters as to make such code a nightmare to maintain or amend.

Maybe ... maybe ... just maybe ... you should learn to design your code better. Subroutines with too many parameters are a definitely code smell. If your subroutines have so many parameters that getting their order right, you are using subroutines wrong.

Jenda
1984 was supposed to be a warning,
not a manual!

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.