--- Dreamscape Software Webmaster
<[EMAIL PROTECTED]> wrote:
> How do I get the filter that was choosen within the
> ask file dialog box?
> 
> Derek Bump
> 

Hi Derek,

There is currently no way to do that ; but you could
always check the extension of the file :

  answer "Select a file"
  if it is empty then exit to top
  put it into tFilePath
  put char -3 to -1 of tFilePath into tExtension

Hope this helped,

Jan Schenkel.

=====
"As we grow older, we grow both wiser and more foolish at the same time."  (La 
Rochefoucauld)


        
                
__________________________________
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25�
http://photos.yahoo.com/ph/print_splash
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to