Guest_imported
New member
- Jan 1, 1970
- 0
I started with the first script which returned the
form albeit in one long line.
print messtxt ($lastname);
print messtxt ($firstname);
The next, which I am told should return the form with each
result on a new line. However it returns a blank form.
print "messtxt: $lastname\n";
print "messtxt: $firstname\n";
Can anyone help
Wayne C
form albeit in one long line.
print messtxt ($lastname);
print messtxt ($firstname);
The next, which I am told should return the form with each
result on a new line. However it returns a blank form.
print "messtxt: $lastname\n";
print "messtxt: $firstname\n";
Can anyone help
Wayne C