Meanwhile I encountered that you can't have/use a number that is
outside int32 range but still inside the int64 range, for example
Sub hyper
x = CreateUnoValue("hyper", 9223372036854775806)
End Subwill give an error, yet the numeric constant is still inside the range a variable of type hyper can take. the question now is: What happens with such big numbers (as above) that are transfered from a UNO function to Starbasic, like the getLength() function for ucb file objects. 2006/6/23, Paolo Mantovani <[EMAIL PROTECTED]>:
[...]
-- Best Regards Christian Junker --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
