Terminal control/Dimensions: Difference between revisions

Content added Content deleted
(→‎Visual Basic .NET: Listed example is .net, not classic vb)
Tags: Mobile edit Mobile web edit
Line 831: Line 831:
echo "The terminal is $WIDTH characters wide and has $HEIGHT lines."</syntaxhighlight>
echo "The terminal is $WIDTH characters wide and has $HEIGHT lines."</syntaxhighlight>


=={{header|Visual Basic}}==
=={{header|Visual Basic .NET}}==
{{trans|C#}}
{{trans|C#}}
<syntaxhighlight lang="vb">Module Module1
<syntaxhighlight lang="vb">Module Module1