Re: [Gambas-user] VB to Gambas conversion question

2012-07-28 Thread Emil Lenngren
erence with many converstions over a long time > > or if the program was very intense doing this type of stuff. > > > > Smarter compilers would realize the immediate value is being assigned to > > a double and coerce the immediate to double at compile time. > > > &

Re: [Gambas-user] VB to Gambas conversion question

2012-07-28 Thread wally
m: wally > To: mailing list for gambas users > Sent: Sat, 28 Jul 2012 15:36:31 +0200 > Subject: [Gambas-user] VB to Gambas conversion question > > > what does "0#" mean in VB ? > > > > e.g. > > > &g

Re: [Gambas-user] VB to Gambas conversion question

2012-07-28 Thread nando
: [Gambas-user] VB to Gambas conversion question > what does "0#" mean in VB ? > > e.g. > > ReDim t#(0 To 25) > > If (i < 10) Then t(I) = 0# > > is this some kind of casting zero to

[Gambas-user] VB to Gambas conversion question

2012-07-28 Thread wally
what does "0#" mean in VB ? e.g. ReDim t#(0 To 25) If (i < 10) Then t(I) = 0# is this some kind of casting zero to Double ? thanks in advance wally -- Live Security Virtual Conference Exclusive live event will cove