From: | Nick Clover |
Date: | 6 Jul 2001 at 17:53:36 |
Subject: | Re: ASLPathRequest$ |
Hello Thilo
On 06-Jul-01, you wrote:
> Hi all !
> Has anyone ever used the ASLPathRequest$ command ?
> The result string has always 2 strange characters appended
> at the end. So I have to crop them. Is this a known
> behaviour or is there something wrong ?
> I have to do this:
> path.s = *ASLPathRequest$*("Select dir",path.s,x,y,width,height)
> path.s = *Left$*(destpath.s,*Len*(destpath.s)-2)
Get yourself a copy of 'NeilsReqTools.library' then use:
path.s = RTEZPathRequest(title$)
it does not suffer from the 'features' that ASL does, and I
should think 99.9% of users have ReqTools in their libs:
Regards
---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list-help@netsoc.ucd.ie