PDA

Click to See Complete Forum and Search --> : [resolved, thanks] $$ ?


MrPolite
Jul 5th, 2003, 02:44 AM
what does this mean
final double SMALL$$ = 1.89;

does $$ actually mean anything or is it a way they just named it?

crptcblade
Jul 5th, 2003, 09:59 AM
Its just the way the variable is named. It doesn't do anything like it does in VB.

CornedBee
Jul 7th, 2003, 05:27 AM
Is $ a legal identifier part?

crptcblade
Jul 7th, 2003, 06:26 AM
As long as it doesn't come first, I guess it is. Compiled for me anyway...