using pipe in conditions

Kenneth Brody kenbrody at bestweb.net
Wed Jan 31 06:27:41 PST 2007


Quoting Walter Vaughan (Wed, 31 Jan 2007 07:30:52 -0500):
[...]
> Scott, I guess it's unfortunate that in this example most filePro
> developers use the pipe character as a field separator. It has no
> effect other than acting as a separating entity. Anything *houldn't*
> be in your data, is visible, and is below chr("128") are candidates
> for replacing the pipe in the above example.
[...]

Is there a reason you say 'below chr("128")' in your statement?
Wouldn't the following work just as well?

    zz = chr("255")

    if:  zz&"a"&zz&"b"&zz&"c"&zz co zz{aa{zz

Aside from the "less friendly looking" line, the above should work
just as well.

The following should work as well.  (I don't know how well the
characters will survive e-mail.)

    if:  "∙a∙b∙c∙" co "∙"{aa{"∙"

--
KenBrody at BestWeb dot net        spamtrap: <g8ymh8uf001 at sneakemail.com>
http://www.hvcomputer.com
http://www.fileProPlus.com


More information about the Filepro-list mailing list