Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DECLARE issues
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00812822
Message ID:
00812844
Views:
13
This message has been marked as a message which has helped to the initial question of the thread.
A repeated declaration will not harm your app.

It's always the latest DECLARE, which is active. If you don't have DECLARE running in a cycle -- regularly it's not a big time or memory expense.

Sometimes you even have to declare a function twice, and in two different ways.

For example, declaring the CopyMemory you might declare Destination parameter either as STRING @ or as INTEGER, depending on the destination object.
Previous
Reply
Map
View

Click here to load this message in the networking platform