in reply to Re: modifying records in a delimited text file
in thread modifying records in a delimited text file

So...

<INPUT TYPE="radio" NAME="$name" VALUE="$K"> no work <INPUT TYPE="radio" NAME="$name" VALUE="5"> works
Is this accurate? Perhaps $K is not being generated correctly? Could you perhaps paste some of the actual generated HTML (a few lines would be sufficient)?