Am 08.08.2011 16:45, schrieb Johnny Rosenberg:
...
>
> I guess I'll stick with my own Frac function then, since it's more
> straight forward and easier to understand. And shorter…
>
> Function Frac(Value As Double) As Double
> Frac=Value-Fix(Value)
> End Function
>
Yes, of course. And I
2011/8/8 Christoph Jopp :
> Am 08.08.2011 12:28, schrieb Johnny Rosenberg:
>> 2011/8/8 Christoph Jopp :
>>> Hi Johnny,
>>>
>>> Am 07.08.2011 16:55, schrieb Johnny Rosenberg:
Am I the only one who miss a Frac() function in OpenOffice.org Basic
and as a cell function?
I always hav
Am 08.08.2011 12:28, schrieb Johnny Rosenberg:
> 2011/8/8 Christoph Jopp :
>> Hi Johnny,
>>
>> Am 07.08.2011 16:55, schrieb Johnny Rosenberg:
>>> Am I the only one who miss a Frac() function in OpenOffice.org Basic
>>> and as a cell function?
>>>
>>> I always have to use my own function, which is p
2011/8/8 Christoph Jopp :
> Hi Johnny,
>
> Am 07.08.2011 16:55, schrieb Johnny Rosenberg:
>> Am I the only one who miss a Frac() function in OpenOffice.org Basic
>> and as a cell function?
>>
>> I always have to use my own function, which is probably slower than a
>> built in function would be:
>>
Am 08.08.2011 08:59, schrieb Christoph Jopp:
> Hi Johnny,
>
> Am 07.08.2011 16:55, schrieb Johnny Rosenberg:
>> Am I the only one who miss a Frac() function in OpenOffice.org Basic
>> and as a cell function?
>>
>> I always have to use my own function, which is probably slower than a
>> built in fu
Hi Johnny,
Am 07.08.2011 16:55, schrieb Johnny Rosenberg:
> Am I the only one who miss a Frac() function in OpenOffice.org Basic
> and as a cell function?
>
> I always have to use my own function, which is probably slower than a
> built in function would be:
>
> Function Frac(Value As Double) As