Partial value in Set command: In one of my "Set" commands in an InputScript only the first part of the string is entered in the field. For example, instead of "PCL370HR 2116 RC53" I only get the value "PCL370HR". What could be the reason?
This is probably due to your having omitted  "...." around a value, e.g.

Set F[xxx] &V[yyy]

instead of

Set F[xxx] "&V[yyy]"