FileRequest()

Discuss any general programming issues here
Post Reply
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

FileRequest()

Post by djrikki »

Hi,

How do set a negative pattern filter?

E.g. ~(#?.info)

When I do this I end up:

#?(.~(#?.info))

Lol
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
User avatar
airsoftsoftwair
Posts: 5887
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: FileRequest()

Post by airsoftsoftwair »

Negative patterns are not supported because this is impossible to implement on non-Amiga systems.
Post Reply