kingsley143
11th August 2017, 09:48
Hi,

I am trying to find ^ in header text using pos. but pos function returning 0 even though ^ is present in header text. I have attached the screenshot for logic in debug mode.
Please help.
Thanx in advance.

bhushanchanda
11th August 2017, 16:20
Hi,

I guess, what you are seeing is a TAB character ^I

You can try pos with chr$(09) and see if that works.

Here's the full ASCII Table. (http://www.baanboard.com/programmers_manual_baanerp_help_misc_ascii_table)