This is a strange one in that the InfoBox appears to drop spaces without any reason. For example, the following code shows a message like "The vehicletype has no payload quantity".MicroFour.StrataFrame.Messaging.
InfoBox.ErrorBox("Error", "The vehicle type has no payload quantity");In addition, this code (with two spaces between the "vehicle" and "type") shows a message like "The vehicle typehas no payload quantity". There is only one space between the displayed "vehicle" and "type" and the space before "has" has gone.
MicroFour.StrataFrame.Messaging.
InfoBox.ErrorBox("Error", "The vehicle type has no payload quantity");A strange one!