cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

ACL readvar command issue

SarahPrice
7-Bedrock

ACL readvar command issue

I'm currently working with Arbortext 7.0 M010 and am having an issue with one of my ACL scripts. I'm receiving an "Unexpected argument:\" error on the readvar line. I've read back through the documentation and all looks correct. This same script works fine in Arbortext 6.0.  Any thoughts would be greatly appreciated.

SNIPPET:

function translateImm()
{
require comp_usingxsl;

require compose;
$dir = doc_type_dir(current_doc());

readvar -title 'IMM Translation'\
  -prompt 'Select the Section to Translate:'\
  -choice 'Maintenance'\
   maint\
  -choice 'Illustrated Parts Breakdown'\
   ipb\
  -choice 'Wiring Diagrams'\
   wire\

....

}

0 REPLIES 0
Top Tags