S
Shaggy_Knowme
Guest
I'll explain in steps to refer back to the problem easily.
1.)First there is a variable
For example $Var1=42.345;
2.)now i want to know the data type of this $Var1 and declare it to $vartype
3.)Now, i want to run an if then else clause,
If $vartype=='double'
{then some code is executed}
else {some other code is executed}
I want to know how step two can be achieved
Helper gets best answer
1.)First there is a variable
For example $Var1=42.345;
2.)now i want to know the data type of this $Var1 and declare it to $vartype
3.)Now, i want to run an if then else clause,
If $vartype=='double'
{then some code is executed}
else {some other code is executed}
I want to know how step two can be achieved
Helper gets best answer