[Implemented] Line continuation character and input box

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

[Implemented] Line continuation character and input box

Post by BackupUser »

Restored from previous forum. Originally posted by wayne1.

Fred,
Whatever happened to the line continuation character that was discussed a year ago and it was said you would try to implement it.:)
Visual Basic is as follows:
s = "This is an example of the" + _
" line continution character in Visual Basic"
MsgBox s

also could you improve the inputbox to be as the latest example in tricks and tips (modal,cancel button,etc.):)
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by geoff.

PB's multi-line input box is fine but a PureBasic one would be more convenient.

Another idea is a multiple button box that returns the button number pressed.
For example:

ButtonText$="Yes|No|Maybe|Don't Know|";texts for 4 buttons

ChosenButton=ChoiceRequester(Title$,Message$,ButtonText$)

Anyone else want this one?
Post Reply