From: | Thilo K�hler |
Date: | 6 Jul 2001 at 15:51:39 |
Subject: | Re: ASLPathRequest$ |
Hello David
> Maybe it is the same as with ASLFileRequest$ where you have to set the
> maximum length of the string first?
>
> e.g
>
> MaxLen path.s=192
>> path.s = *ASLPathRequest$*("Select dir",path.s,x,y,width,height)
I thought you only have to set the argument strings with maxlen,
but not the result string as blitz copies it for you. In the
real programm the result string and the default path string is
not the same like in this example.
It looks more like this:
resultpath.s = *ASLPathRequest$*("Select
dir",defaultpath.s,x,y,width,height)
Ciao,
Thilo
---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list-help@netsoc.ucd.ie