field = question
Richard Kreiss
rkreiss at gccconsulting.net
Fri Nov 20 08:29:32 PST 2009
I think this has been discussed previously but....
Declare filename
::filename="market_memo@"{""
If:filename eq "market_memo@"
then:GOTO foobar
if:filename eq "market_memo at archive"
then:GOTO foobar1
Both will test true when filename="market_memo@"
When I change declare filename(32,*) and run the same programming, the test
works properly.
What is the difference between the cast and uncast declaration of filename
allowing one to work and the other to "fail"?
Richard Kreiss
GCC Consulting
rkreiss at gccconsulting.net
More information about the Filepro-list
mailing list