S
Srinath
Hi..
I am facing syntax error with "print form :layout<<tabluar>>"
Please someone from the group provide me a proper syntax for the same
Following code flags syntax error for the same.
syntax error at <filename>line 685, near "form:"
syntax error at <filename> line 691, near "form:"
demo()
{
print form :layout<<tabular>>
"File name Missing ostags ",
"____________ ____________",
"{[[[[[[[[[[} {[[[[[[[[[[}",
@strfilenameMissing, @TagsMissing;
print form :layout<<tabular>>
"File name Additional ostags ",
"____________ ____________",
"{[[[[[[[[[[} {[[[[[[[[[[}",
@strFileNameAdditional, @strAdditionalFiles;
}
I am facing syntax error with "print form :layout<<tabluar>>"
Please someone from the group provide me a proper syntax for the same
Following code flags syntax error for the same.
syntax error at <filename>line 685, near "form:"
syntax error at <filename> line 691, near "form:"
demo()
{
print form :layout<<tabular>>
"File name Missing ostags ",
"____________ ____________",
"{[[[[[[[[[[} {[[[[[[[[[[}",
@strfilenameMissing, @TagsMissing;
print form :layout<<tabular>>
"File name Additional ostags ",
"____________ ____________",
"{[[[[[[[[[[} {[[[[[[[[[[}",
@strFileNameAdditional, @strAdditionalFiles;
}