René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

len [VBA]

option explicit

public sub len_()

  dim var as variant

  var = 42.41

  msgBox("len(" & var & "): " & len(var))

end sub
See also other VBA stuff