|
Go
![]() |
New
![]() |
Find
![]() |
Notify
![]() |
Tools
![]() |
Reply
![]() |
|
I want to swap Application.entrySeparator markers in a field for semi-colons. I've tried the Script Library entry (very useful) which swaps the other way, but can't get it to work for me. Am I missing something? Could I substitute "Application.entrySeparator" somehow?
(I'm using DBText 8) Original JScript: // replace(/; /g, "\u001F") What I've tried: // replace("\u001F"/g, /; ) Thanks Brent |
|||
|
Use instead replace(/\u001F/g,"; ")
NEEngstrom |
||||
|
Thank youi very much. That worked perfectly.
Kind regards Brent
|
||||
|
| Previous Topic | Next Topic | powered by eve community |
| Please Wait. Your request is being processed... |
|

