You use the .visSize attribute to determine the maximum visible length of a screen field:
The following code determines the maximum visible length of the vbcom-kunde field:
<p> Please enter your customer number
<input type=text
name="vbcom-kunde"
size=`vbcom-kunde.visSize`>
</p>