FindCharPositionInString

adamodar

adamodar

Active Member
Hi Guys,

I would like to know what will the output (mnPositionFound) in FindCharPositionInString if the required char is not present in the string.

Arjun Damodar
 
If the cCharToFind is not present in szString then -1 is returned in mnPositionFound.

Hope this helps

Aidy
 
mnPositionFound will be -1

See the attached document.
Tested with OW Info tool
 

Attachments

  • 169654-FindCharPositionInString.pdf
    22 KB · Views: 106
Hi guys, please help me, upon reading the 6th column from my csv file, the business function is returning a -1, so I'm not getting the last column in.
 
Back
Top