Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How I can protect the program from REFOX?
Message
De
02/11/1998 11:09:49
 
 
À
02/11/1998 11:04:34
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00152987
Message ID:
00153553
Vues:
24
>>>? (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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform