Le 27/12/2013 15:20, wally a écrit : > Thank You Jussi > > it's the 27th time i forgot the seek command :) > now works > You can do that now since Gambas 3.1: Dim i As Integer Dim x As Single i = &H3EAAAAAA& x = Single@(VarPtr(i)) OR i = &H3EAAAAAA& x = Single@(MkInt$(i)) Isn't it faster? -- Benoît Minisini