I have the following code
the problem is this
is not able to compare with null value and I nesecito so someone can help me
Code:
VarSalida = "52"
VarSalidaCtl = ""
echo "VarSalida: $ VarSalida"
echo "VarSalidaCtl: $ VarSalidaCtl"
if [$ VarSalida == $ VarSalidaCtl]
***** then
echo "true"
***** else
********** echo "false"
***** fi
Code:
test [8]: VarSalida: 0403-012 A test command parameter is not valid.