Closed benkeen closed 9 months ago
If you set the output to a bunch of x's, like xxxxx it will generate a numeric value. Problem is that it can start with a 0, which is invalid.
xxxxx
The DT should figure this out and convert those ones to strings. That or maybe convert them ALL to strings if it notices the first char could be a 0?
Fixed.
If you set the output to a bunch of x's, like
xxxxx
it will generate a numeric value. Problem is that it can start with a 0, which is invalid.The DT should figure this out and convert those ones to strings. That or maybe convert them ALL to strings if it notices the first char could be a 0?