Is there a way to put to commands on the same line in Open Office Basic?

1 reply [Last post]
ted961
Offline
Last seen: 6 weeks 2 days ago
Title:
Joined: 13 Apr 2016
Posts: 6
Is there a way to put to commands on the same line in Open Office Basic?

a = 3
b = 5

I’d like to put them on the same line

a = 3 ; b = 5

is there some way to indication an end of command with using a carriage return?

Lupp
Lupp's picture
Offline
Last seen: 1 day 16 hours ago
Title: ★★★★★
Joined: 1 Aug 2012
Posts: 1515
The colon is the 'StatementDelimiter'...
…in BASIC. a = 3 : b = 5 should work.

Currently installed: LibO V5.1.2 on Windows 10
Maybe we might! (Create a powerful UFO: United Free Office!) Lupp from München

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.