×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Yes, but until he solves the %ADDR() problem, he _can't_ use VARYING,
because it'll pass the length to the API (which the API will interpret
as being extra characters in the filename.)
I wouldn't use VARYING if he's planning to get the input from a
parameter... I'd just do this:
if access(%trimr(File_Path) : F_OK) = *Zero;
No need to copy it to another field at all...
On 10/1/2010 3:23 PM, Charles Wilt wrote:
Another small issue...
Repeated use of %TRIM().
If you'd VARYING fields in the first place, you'd only have to %trim() once.
Charles
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.