At 11:11 PM 7/3/2008, Mike Byerley wrote:

Well if you just have to have it your way....  ;-)

You will have to create the filter string dynamically like the
following;

SET VAR vfilter = 'PDF Files (*.pdf)#'
{Set your filename pattern match here}
SET VAR vpdfspec = '0??82008.pdf'
{add it to the filter string here}
SET VAR vfilter = (.vfilter + .vpdfspec)
PLUGINS loadfilename.rbl vfilename|fullpath on|filter &vfilter
RETURN


OR

You may use the following Plugins to achieve your goal:

. LoadFileNamePlusPlus76.RBL (for R:BASE 7.6 for Windows)
. LoadFileNamePlusPlus80.RBL (for Turbo Turbo V-8 for Windows)

Then you can have your cake and eat it too!

Very Best R:egards,

Razzak.

--- RBASE-L
================================================
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]

(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
================================================
TO UNSUBSCRIBE: Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
================================================
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body, place any text to search for.
================================================


Reply via email to