Re: Put float number in message.

2015-01-03 Thread Mark Lawrence
On 03/01/2015 19:23, John Culleton wrote: Here is my last line in a simple program that is a scribus script. end = scribus.messageBox('Book Spine Width', 'dummy', ICON_WARNING, BUTTON_OK) This works. Now I want to put a float number called S instead of 'dummy'. If I just put S in the command I

Put float number in message.

2015-01-03 Thread John Culleton
Here is my last line in a simple program that is a scribus script. end = scribus.messageBox('Book Spine Width', 'dummy', ICON_WARNING, BUTTON_OK) This works. Now I want to put a float number called S instead of 'dummy'. If I just put S in the command I get an error. If I convert S to a string