Difference between revisions of "Talk:Documentation/BASIC Guide/Numbers"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Special numeric values)
 
m (signature)
Line 5: Line 5:
 
  DIM F#
 
  DIM F#
 
  F# = VAL# ("NaN")
 
  F# = VAL# ("NaN")
 +
 +
--[[User:Yecril71pl|Yecril71pl]] 10:56, 6 March 2012 (UTC)

Revision as of 10:56, 6 March 2012

Special numeric values

Is it possible to assign a special numeric value to a variable? The following code errors out:

DIM F#
F# = VAL# ("NaN")

--Yecril71pl 10:56, 6 March 2012 (UTC)

Personal tools