Try this in VFP9 (works in VFP8,7,6):
wait window juststem("'")
Instant blowup!
A parameter of just a double-quote also blows up, but that parameter isn't a valid file name, whereas just a single-quote IS a valid file name.
(I've submitted this bug to Microsoft)
These also blow up:
- Bill
Get the best answers to your questions -- See FAQ481-4875.
wait window juststem("'")
Instant blowup!
A parameter of just a double-quote also blows up, but that parameter isn't a valid file name, whereas just a single-quote IS a valid file name.
(I've submitted this bug to Microsoft)
These also blow up:
Code:
WAIT WINDOW JUSTEXT(['])
WAIT WINDOW JUSTPATH(['])
WAIT WINDOW JUSTDRIVE(['])
WAIT WINDOW JUSTFNAME(['])
WAIT WINDOW FORCEEXT(['],'whatever')
WAIT WINDOW FORCEPATH(['],'whatever')
WAIT WINDOW DEFAULTEXT(['],'whatever')
- Bill
Get the best answers to your questions -- See FAQ481-4875.