*Unsigned variables should be PRINTed with a leading space, I'll fix this.by (no login)from IP address 122.104.44.66 |
| Response Title | Author and Date |
| While your at it, perhaps a _TRIM function would be nice | on Apr 14 |
| *It would be nice to have a built-in function rather than creating a QB TRIM function. | rpgfan3233 on Apr 14 |
| There won't be an inbuilt TRIM function (to do LTRIM and RTRIM at once)... | on Apr 14 |
| * Well I don't need a ROUND function either then thankyou | on Apr 15 |
| *How were you planning on rounding a DOUBLE to a 64 BIT INTEGER then? | on Apr 15 |
| * Can't you do DEF FN ROUND(X)=SGN(X)*INT(ABS(X)+0.5) ? | qbguy on Apr 15 |