how can i count how many of a chr is in a string
becuse i have a string and i want to know how many of chr(90) are for exampel how can i count that ??? with any chr i mean 90 is an exampel just to say i dont know how i can search that in a string thanks!!!
i am a newbie sstill with this stuff and my englischt its even worst srry
count chr in string how!???
Code: Select all
Result = CountString(String$, StringToCount$)Code: Select all
Char90Count = CountString(Source, chr(90))Finding:
Code: Select all
Position = FindString(String$, StringToFind$, StartPosition)Hope that is what you were after.
@}--`--,-- A rose by any other name ..

