Search found 3 matches

by emar101
Mon Jun 08, 2015 7:47 am
Forum: Coding Questions
Topic: Dynamic Printing
Replies: 1
Views: 1058

Dynamic Printing

Hello, is there a library in purebasic that can support dynamic printing i.e. printing in all kinds of printer? Thank you for any upcoming answers. :)
by emar101
Tue Jun 02, 2015 9:55 am
Forum: Coding Questions
Topic: Decimal numbers problem
Replies: 28
Views: 5010

Re: Decimal numbers problem

Thank you Shield. However, do you know a procedure or a routine that i can use in order for me to use the exact number in an operation rather than the converted number? :D
by emar101
Tue Jun 02, 2015 6:53 am
Forum: Coding Questions
Topic: Decimal numbers problem
Replies: 28
Views: 5010

Decimal numbers problem

Hello I'm new in using purebasic. I have this problem that everytime i get input from a string gadget and convert it to double, say the input is 12.34 it will become 12.33999999999 and so on. Is there a way to retain the input as is (12.34)? Thank you for the upcoming answers. :D