Hi all,
Just wondering if there is a way to manipulate string values for display? For example I am working on an A/D project and to overcome floating point issues I have calculated values based on the decimal point being 3 digits to the right making it an interger. What I am looking for is displaying the value in 2 parts. ! figure left of the decimal point followed by the point and then the figure right of the point. In VB I could use left$ or right $. is there any way to do this in PBP?


Thanks