Hello All,
I have a text = 0’ 2”
How to find the position of those quotes?
Thanks
How to find quote and double quote position
Moderators: Dorian (MJT support), JRL
- Dorian (MJT support)
- Automation Wizard
- Posts: 1380
- Joined: Sun Nov 03, 2002 3:19 am
- Contact:
Re: How to find quote and double quote position
Position does this :
Code: Select all
Let>text=0’ 2”
Position>’,text,1,PosSingle
Position>”,text,1,PosDouble
mdl>PosSingle
mdl>PosDouble
Yes, we have a Custom Scripting Service. Message me or go here
Re: How to find quote and double quote position
Thanks Dorian but it is not single or double quote on the keyboard.
I tried it but did not work. That text is extracted from my pdf files and I think it is different formatted.
I tried it but did not work. That text is extracted from my pdf files and I think it is different formatted.
- Dorian (MJT support)
- Automation Wizard
- Posts: 1380
- Joined: Sun Nov 03, 2002 3:19 am
- Contact:
Re: How to find quote and double quote position
It worked for me when I simply cut and pasted your characters. When I typed ' and ", the values were 0. So try cutting and pasting them from your source to ensure they're correct.
Yes, we have a Custom Scripting Service. Message me or go here
Re: How to find quote and double quote position
Thanks Dorian.
Copy and paste. Easy
Copy and paste. Easy