HORIZONTAL()

From Liberty BASIC Family
Jump to navigation Jump to search
Not supported in Just BASIC Not supported in Liberty BASIC Not supported in Liberty BASIC 5 Supported in Run BASIC

Description

Set the radio group to use a horizontal instead of a vertical layout

Syntax

  1. #handle HORIZONTAL(booleanExpr)

Hints

Lay the buttons out horizontally if booleanExpr is true (nonzero)

Example

radiogroup #rad, "Red, Green, Blue", "Blue"
'horizontal layout
#rad horizontal(1)

Useful Procedures

' Place a useful function or sub using this keyword here