Creating a label puts a space in front
Posted: Sun Nov 02, 2014 9:25 am
When I create label and set its initial value, DemoPad already has a space in the value input field and my value is appended to that space. The net result is that the label value is prefixed with a blank and when, for example, using this label to compose a GET request then the command will go out but be rejected or wrongly interpreted at the destination.
It's not obvious to spot that leading space and I've been caught too many times in debug mode only to find this anomaly.
Unless there's some logic behind this, I would suggest removing that leading space.
It's not obvious to spot that leading space and I've been caught too many times in debug mode only to find this anomaly.
Unless there's some logic behind this, I would suggest removing that leading space.