Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remove a property
Message
 
 
To
04/03/2002 20:19:35
Ian Johnston
Computer Software Solutions
Woodland, California, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00628177
Message ID:
00628181
Views:
22
>Is there a way to remove a property at runtime ?

No, you cannot remove property at runtime.

Is there a way to test for the existence of an array in memory?

If it's not property array than you can test this way
 IF Type("myArray[1]") = "U"
  * Array myArray doesn't exist or variable myArray isn't an array
ENDIF
For array properties see Message #620328.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform