M
meijsberg
Guest
Hi, I would like to check a string for allowed characters used. According to te manual I can use the function charsIn for that. During testing I discovered that charsIn('A') works fine, but charsIn('A'..'Z') does not. When I use a range Corticon gives me a null pointer exception. Am I using this function properly?
Continue reading...
Continue reading...