Hi
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.
perharps a dummy question what about double type or currency one ? does it cover ? not sure they are compliant though Laurent -- Laurent Godard <[EMAIL PROTECTED]> - Ingénierie OpenOffice.org Indesko >> http://www.indesko.com Nuxeo CPS >> http://www.nuxeo.com - http://www.cps-project.org Livre "Programmation OpenOffice.org", Eyrolles 2004 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
