Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Equals? Why?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00530280
Message ID:
00530302
Views:
18
There is no difference in general. You can call a function with or w/o equal sign. However keep in mind that there are in foxpro some functions with the same name as commands. For example,
= SEEK(...) && this's the SEEK function
SEEK(...) && this's the SEEK command that has different syntax.


>Hi,
>
>Why is there an equal sign (=) before some commands that I see? For example: i saw an example of the SetFileAttributes API Function. It was like this:
>
>=SetFileAttributes.........
>
>I wrote it using
>
>SetFileAttributes.........
>
>and worked just fine.
>
>What is the diference between them?
>
>TIA
>
>Alonso
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform