Custom Query (3931 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (379 - 381 of 3931)

Ticket Resolution Summary Owner Reporter
#284 Fixed help file error Jon GEOSoft
Description

history.htm contains a link to a non-existant file <li>Added: <a href="functions/RunAs.htm">RunAs()</a> Link should be removed like this <li>Added: RunAs()

#807 Rejected help anonymous
Description

plese add a way to check the processor type ie: pentum d , Pentium III. I would also like to check the speed of the CPU. also check the direct x if pocible and check the graphics thank you for the help

#2810 No Bug handling of some float numbers anonymous
Description

wierd internal rounding.

$n1=0.9999999999999995
$n2=0.9999999999999996
$n3=0.99999999999999994449919099999
$n4=0.999999999999999944499191
ConsoleWrite('IsInt($n1)='&IsInt($n1)&'; $n1='&$n1&@cr) ;IsInt($n1)=0; $n1=0.999999999999999
ConsoleWrite('IsInt($n2)='&IsInt($n2)&'; $n2='&$n2&@cr) ;IsInt($n2)=0; $n2=1
ConsoleWrite('IsInt($n3)='&IsInt($n3)&'; $n3='&$n3&@cr) ;IsInt($n3)=0; $n3=1
ConsoleWrite('IsInt($n4)='&IsInt($n4)&'; $n4='&$n4&@cr) ;IsInt($n4)=1; $n4=1
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.