doctorjellybean
Programmer
- May 5, 2003
- 145
I've been Googling for 2 days and can't seem to find a suitable solution.
The Stringlist will contain strings similar to the following:
D:\_DAZContent\DSClothing\Clothing\Runtime\Textures\Rhiannon\Sophie\Sophie_torso.jpg
D:\_DAZContent\DSClothing\Clothing\Runtime\Textures\Rhiannon\Sophie\Sophie_torsobum.jpg
D:\_DAZContent\DSClothing\Clothing\Runtime\Textures\Rhiannon\Sophie\Sophie_torsoS.jpg
D:\_DAZContent\DSClothing\Clothing\SophieLicense.txt
D:\_DAZContent\DSClothing\Clothing\SophieReadme.txt
What I need to do is see if Runtime (upper or lowercase) exists. Runtime could be anywhere in the stringlist i.e. beginning/middle/end of a string. I just need to check that it actually exists in the stringlist.
An example would be greatly appreciated.
Thanks in advance.
The Stringlist will contain strings similar to the following:
D:\_DAZContent\DSClothing\Clothing\Runtime\Textures\Rhiannon\Sophie\Sophie_torso.jpg
D:\_DAZContent\DSClothing\Clothing\Runtime\Textures\Rhiannon\Sophie\Sophie_torsobum.jpg
D:\_DAZContent\DSClothing\Clothing\Runtime\Textures\Rhiannon\Sophie\Sophie_torsoS.jpg
D:\_DAZContent\DSClothing\Clothing\SophieLicense.txt
D:\_DAZContent\DSClothing\Clothing\SophieReadme.txt
What I need to do is see if Runtime (upper or lowercase) exists. Runtime could be anywhere in the stringlist i.e. beginning/middle/end of a string. I just need to check that it actually exists in the stringlist.
An example would be greatly appreciated.
Thanks in advance.