Reserved Words Not Necessarily Implemented as Features (21832)






This article was previously published under Q21832

SUMMARY

This article discusses why some of the reserved words listed in the manual are not implemented in QuickBasic. For example, LCOPY is not supported in QuickBasic Version 1.00, 1.01, 1.02, 2.00, 2.01, 3.00, 4.00, 4.00b, or 4.50 for MS-DOS, Microsoft Basic Compiler Version 6.00, 6.00b for MS-DOS and MS OS/2, or Microsoft Basic PDS Version 7.00 for MS-DOS and MS OS/2. Another case is where PALETTE and PALETTE USING were not supported in QuickBasic Versions 1.x, but were added in Versions 2.00 and later.

MORE INFORMATION

Keywords are reserved for reasons of compatibility with past, present, and future versions of Microsoft Basic. A list of reserved words is provided to warn programmers not to use keywords used in past and present versions of Microsoft Basic. Some words are on the list but not currently implemented or supported because these reserved words represent possible additions for future versions of Basic.

Modification Type: Minor Last Reviewed: 1/9/2003
Keywords: KB21832