Skip to content

Update

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #3433
    JD Kromkowski
    Participant

    How do I do an update when I want to put a single quote ‘ in the text.

    E.g.

    change:

    Workers” Compensation Commission

    to

    Workers’ Compensation Commission

    I can obviously by hand under enter text into a single record using single quote, but parser associated with the Update is temperamental. I can’t figure it out.

    Is the parser being used just not sophisticated enough. I think I could do this in a program. ‘Workers’||.char(39)

    #3434
    JD Kromkowski
    Participant

    epiphany just now.

    = ‘Workers’||’&#39 ‘||’Compensation Commission’

    But alas wrong, too also no love for &apos either.
    Haven’t tried these, but there must be a solution (with programmatically doing it outside of Personal) if not it seems like a bug to me.

    ? ’
    ? {U209}

    #3435
    JD Kromkowski
    Participant

    I thought I some something. where you see ? ‘ I had typed ” & r s q u o ;” no spaces

    #3445
    Michael
    Keymaster

    Hi John,

    It is actually easier than you thought. Just put two apostrophes instead of 1:
    = ‘Worker”s Compensation Commission’

    #3448
    JD Kromkowski
    Participant

    That was my first instinct – SORT OF.

    Ah, you must use TWO single quotes not a double quote.

    Maybe add this to the documentation.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.