I have a scripting problem .. not sure where to start.
I will have 3 vars. They could or could not be defined. For any defined var, I need to check that the string is identical to other define vars.
So for example I could have :
$x=NOW IS THE TIME
$y=NOW IS THE TIME
$z=NOW IS THE TIME
OR
$x=NOW IS THE TIME
$y=
$z=Now ISnt THE TIME
or
$x=NOW IS THE TIME
$y=
$z=
or any other combination thinkable.
Thanks in advance
I will have 3 vars. They could or could not be defined. For any defined var, I need to check that the string is identical to other define vars.
So for example I could have :
$x=NOW IS THE TIME
$y=NOW IS THE TIME
$z=NOW IS THE TIME
OR
$x=NOW IS THE TIME
$y=
$z=Now ISnt THE TIME
or
$x=NOW IS THE TIME
$y=
$z=
or any other combination thinkable.
Thanks in advance