[Done] StrD() may have issues

Found an issue in SpiderBasic ? Please report it here !
akee
Posts: 20
Joined: Fri Jun 27, 2014 7:20 pm

[Done] StrD() may have issues

Post by akee »

StrD() when used with decimals has errors.

Code: Select all

ExamineDesktops()
Debug DesktopName(0)
Debug DesktopResolutionX()
Debug StrD(DesktopResolutionX(), 2)
Fred
Site Admin
Posts: 1820
Joined: Mon Feb 24, 2014 10:51 am

Re: StrD() may have issues

Post by Fred »

Fixed.
Post Reply