Content deleted Content added
→FoxPro: fix syntaxhighlight error |
→Visual Basic: fix syntaxhighlight error |
||
Line 1,930:
[[Visual Basic]] can use the Dictionary class from the [[Windows Scripting Host|Microsoft Scripting Runtime]] (which is shipped with Visual Basic 6). There is no standard implementation common to all versions:
<syntaxhighlight lang=
' Requires a reference to SCRRUN.DLL in Project Properties
Dim phoneBook As New Dictionary
|