Code: Select all
#PI
Code: Select all
#PI = 3.14
Is this a real bug or is there somthing wrong here
// Moved from "Bugs - Windows" to "Coding Questions" (Kiffi)
Code: Select all
#PI
Code: Select all
#PI = 3.14
Code: Select all
Debug #PI ; Shows 3.1415926535897931
Code: Select all
#PI
Code: Select all
Debug #PI
Code: Select all
Debug #PI
dblVal.d = #PI
Debug dblval