Quotations in BPM Directive

Next time search for ABL and the coding piece you need. This has been
most effective for me.



Tim Dines

Information Technology

Steel Parts Manufacturing, Inc.

801 Berryman Pike

Tipton, IN 46072

Direct: 765-675-5201

Cell: 765-437-1402



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of plamen21
Sent: Tuesday, April 13, 2010 2:05 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Quotations in BPM Directive





Aha!It finally worked!
Thanks Nigel.
In retrospect googling
4GL "escape character"
doesn't yield results as good as
progress "escape character"
Even then I might not have thought of the "~"" (quoted escaped double
quotation marks)

Plamen

--- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
"NigelK" <nigel.kerley@...> wrote:
>
> Hi Plamen,
>
> Try: "~"" - double-quote + tilde + double-quote + double-quote
>
> Or if you have a string of non-acceptable characters, just include the
double-quote prefixed with the tilde.
>
> HTH,
>
> Nigel.
>
> --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
"plamen21" <plamen21@> wrote:
> >
> > Anyone?
> >
> > --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
"plamen21" <plamen21@> wrote:
> > >
> > > Vantage 803.407c
> > > I am making a Method Pre-Processing Directive to check for illegal
characters at part creation (so all future parts are barcode readable).
Is there an escape sequence or quotation that will let me check for the
double quotation mark?
> > >
> > > The Part.PartNum of the Changed Row Contains \"
> > >
> > > I tried:
> > > " [complains, but takes it, compiles, and bombs out at runtime]
> > > \" [cannot save: Value should be in quotes]
> > > '"' [double, enclosed in single quotation marks - compilation
error]
> > > even """ [compilation error again]
> > > I always get errors [at different stages]
> > >
> > > Let me know if you find an escape sequence or a workaround to
check for ".
> > >
> > > Plamen
> > > Systems Administrator
> > > Art Display Co.
> > >
> >
>





[Non-text portions of this message have been removed]
Vantage 803.407c
I am making a Method Pre-Processing Directive to check for illegal characters at part creation (so all future parts are barcode readable). Is there an escape sequence or quotation that will let me check for the double quotation mark?

The Part.PartNum of the Changed Row Contains \"

I tried:
" [complains, but takes it, compiles, and bombs out at runtime]
\" [cannot save: Value should be in quotes]
'"' [double, enclosed in single quotation marks - compilation error]
even """ [compilation error again]
I always get errors [at different stages]

Let me know if you find an escape sequence or a workaround to check for ".

Plamen
Systems Administrator
Art Display Co.
Anyone?

--- In vantage@yahoogroups.com, "plamen21" <plamen21@...> wrote:
>
> Vantage 803.407c
> I am making a Method Pre-Processing Directive to check for illegal characters at part creation (so all future parts are barcode readable). Is there an escape sequence or quotation that will let me check for the double quotation mark?
>
> The Part.PartNum of the Changed Row Contains \"
>
> I tried:
> " [complains, but takes it, compiles, and bombs out at runtime]
> \" [cannot save: Value should be in quotes]
> '"' [double, enclosed in single quotation marks - compilation error]
> even """ [compilation error again]
> I always get errors [at different stages]
>
> Let me know if you find an escape sequence or a workaround to check for ".
>
> Plamen
> Systems Administrator
> Art Display Co.
>
Hi Plamen,

Try: "~"" - double-quote + tilde + double-quote + double-quote

Or if you have a string of non-acceptable characters, just include the double-quote prefixed with the tilde.

HTH,

Nigel.

--- In vantage@yahoogroups.com, "plamen21" <plamen21@...> wrote:
>
> Anyone?
>
> --- In vantage@yahoogroups.com, "plamen21" <plamen21@> wrote:
> >
> > Vantage 803.407c
> > I am making a Method Pre-Processing Directive to check for illegal characters at part creation (so all future parts are barcode readable). Is there an escape sequence or quotation that will let me check for the double quotation mark?
> >
> > The Part.PartNum of the Changed Row Contains \"
> >
> > I tried:
> > " [complains, but takes it, compiles, and bombs out at runtime]
> > \" [cannot save: Value should be in quotes]
> > '"' [double, enclosed in single quotation marks - compilation error]
> > even """ [compilation error again]
> > I always get errors [at different stages]
> >
> > Let me know if you find an escape sequence or a workaround to check for ".
> >
> > Plamen
> > Systems Administrator
> > Art Display Co.
> >
>
Aha!It finally worked!
Thanks Nigel.
In retrospect googling
4GL "escape character"
doesn't yield results as good as
progress "escape character"
Even then I might not have thought of the "~"" (quoted escaped double quotation marks)

Plamen

--- In vantage@yahoogroups.com, "NigelK" <nigel.kerley@...> wrote:
>
> Hi Plamen,
>
> Try: "~"" - double-quote + tilde + double-quote + double-quote
>
> Or if you have a string of non-acceptable characters, just include the double-quote prefixed with the tilde.
>
> HTH,
>
> Nigel.
>
> --- In vantage@yahoogroups.com, "plamen21" <plamen21@> wrote:
> >
> > Anyone?
> >
> > --- In vantage@yahoogroups.com, "plamen21" <plamen21@> wrote:
> > >
> > > Vantage 803.407c
> > > I am making a Method Pre-Processing Directive to check for illegal characters at part creation (so all future parts are barcode readable). Is there an escape sequence or quotation that will let me check for the double quotation mark?
> > >
> > > The Part.PartNum of the Changed Row Contains \"
> > >
> > > I tried:
> > > " [complains, but takes it, compiles, and bombs out at runtime]
> > > \" [cannot save: Value should be in quotes]
> > > '"' [double, enclosed in single quotation marks - compilation error]
> > > even """ [compilation error again]
> > > I always get errors [at different stages]
> > >
> > > Let me know if you find an escape sequence or a workaround to check for ".
> > >
> > > Plamen
> > > Systems Administrator
> > > Art Display Co.
> > >
> >
>