for fullval in `find /home/alphadata -type f -name "$alphascript*"`
try that, or does the ` execute the line in another instance?
might use grep or awk for the job (awk would work, sadly i dont have my linux box at the house and cant whip up the code for you free hand style)