Content deleted Content added
No edit summary |
→FoxPro: fix syntaxhighlight error |
||
Line 459:
[[Visual FoxPro]] implements mapping with the Collection Class.
<syntaxhighlight lang="
mapping = NEWOBJECT("Collection")
mapping.Add("Daffodils", "flower2") && Add(object, key) – key must be character
|