Search results

  1. S

    Someone started a rumor about be and it's starting drama?

    I'm talking to a guy named Cade. We cruised in his car the other day and his frind Jake was in the car as well. Now, there's a rumor going around that I had sex with Jake.which totally isn't true. Jake and his ex just broke up-what if she doesn't believe me!?
  2. S

    What are the top design schools in the south?

    I plan on making a career in Interior Design, and I was planning to attend SCAD. Does anyone have any opinions? I just want to make the right choice, thanks!
  3. S

    How to filter out characters that are not allowed as part of the file name in Windows...

    Basically what you need to do is create an array of the characters you do not want in the file, then loop through the filename one character at a time. Then use the function stripos to check if the current character is in the not allowable list if it is return false. If you have gone through all...
  4. S

    How to filter out characters that are not allowed as part of the file name in Windows...

    Basically what you need to do is create an array of the characters you do not want in the file, then loop through the filename one character at a time. Then use the function stripos to check if the current character is in the not allowable list if it is return false. If you have gone through all...
Back
Top