Another strange thing is when I do use the strKeep-function...

Try and #define.rightHyphen(")")
And you get an error!

That is really strange, why is that?


#define.charfrom032to063(" !\"#$%&'(*+,-./0123456789:;<=>?")
#define.charfrom064to095("@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_")
#define.charfrom096to127("`abcdefghijklmnopqrstuvwxyz{|}~")
#define.charfrom160to191(" ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿")
#define.charfrom192to223("ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞß")
#define.charfrom224to255("àáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ")
#define.ISO8859_1(#charfrom032to063 +  #charfrom064to095 +
#charfrom096to127 + #charfrom160to191 + #charfrom192to223 +
#charfrom224to255)
;
Box::info( strKeep("This will 45678#$ show.(())))", #ISO8859_1
+ ")") );



/b





Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to