Post Reply 
Bug or Not? Taking STRING of a string whilst making leading zeros
01-30-2018, 08:17 PM
Post: #10
RE: Bug or Not? Taking STRING of a string whilst making leading zeros
Either make a "constant" string of more-than-enough 0's and append it to the front of your number, or create a function that will produce such a string by repeatedly adding a small string of zero's to itself and then append this to the front. Then simply "cut" the desired length using MID().

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Bug or Not? Taking STRING of a string whilst making leading zeros - Han - 01-30-2018 08:17 PM



User(s) browsing this thread: 1 Guest(s)