' The purpose of this site will be to provide
' help to anyone with questions, problems, or
' issues regarding the BASIC language and the
' many branches it encapsulates. Visual Basic,
' QuickBASIC, VBA (Microsoft Office Apps), and
' others will be covered here. This site will
' also touch on HTML and JavaScript.
'
DECLARE SUB ShowMe (Topic AS STRING)
ShowMe BriefOverview
ShowMe Database Overview
ShowMe VisualBasic
ShowMe QuickBASIC
ShowMe VBA
ShowMe HTML
ShowMe JavaScript
END
|
|