I capture the data from an ADC ranging from -100.#~100.#, which has many decimal point but the length is uncertain. How do I saturate and format that into range [-99.999, +99.999] and convert into string? I need the numbers to have exactly 7 characters each, prefixed/appended with spaces.Read more