[Gambas-user] Elusive Gambas3 crashing bug
Jussi Lahtinen
jussi.lahtinen at ...626...
Sun Nov 14 14:02:30 CET 2010
More...
? Week("07/24/2005")
30
Should be 29.
Jussi
On Sat, Nov 13, 2010 at 19:36, Jussi Lahtinen <jussi.lahtinen at ...626...>wrote:
> More...
>
> Dim TestSingle As Single
> Dim pp As Pointer
>
> TestSingle = 33.1
> pp = VarPtr(TestSingle)
>
> SinglePtr(pp) = 33.1 is False! Gives -2...
>
>
> Jussi
>
>
>
>
>
> On Fri, Nov 12, 2010 at 23:44, Jussi Lahtinen <jussi.lahtinen at ...626...>wrote:
>
>>
>> > I'll send my whole project to you later.
>>> >
>>> > According to documentation this should yield True.
>>> > ? IsBlank(" \\t")
>>> > I got always False...
>>>
>>> It's a typo mistake. Read: IsBlank(" \t")
>>>
>>
>> OK.
>>
>>
>>> >
>>> > BTW. I'll check all math functions against wolfram|Alpha,
>>> > so sometimes I'm not sure where to put limit of acceptable accuracy.
>>> >
>>> > Jussi
>>> >
>>>
>>> What's "wolfram|Alpha" ?
>>>
>>
>> Handy tool...
>> http://www.wolframalpha.com/
>>
>> Jussi
>>
>
>
More information about the User
mailing list