Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How I can protect the program from REFOX?
Message
From
02/11/1998 11:09:49
 
 
To
02/11/1998 11:04:34
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00152987
Message ID:
00153553
Views:
25
>>>? (1+2)/2*(5+3)
>>>Cetin
>>
>>Cetin, you get:
>>
>>? (12^1)
>>ENDPROC
>>*
>>
>>This is with ReFox 7.0 (code in VFP5.0) - very wrong answer.
>Thanks for testing :) I expected a wrong answer too. But what I expected was something like :
? 1+2/2*5+3
In my app :
>...
>* Case structure
>* lnTargetRow > 23 here - an old Foxbase search&browse workaround
>skip (lnTargetRow - 23)/2
>...
>
>were converted as:
>...
>skip lnTargetRow - 23/2
>...
>I don't have refox so I don't know the version the conversion done (a UT member kindly did it for me).
>Cetin

I just tried your above line and it came out OK:

SKIP (lnTargetRow-23)/2
ENDPROC
*

I do get the 2 "extra lines", the ENDPROC and the "*" on everything.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform