Quantcast
Channel: PTC Community: Message List - Arbortext
Viewing all articles
Browse latest Browse all 3717

ACL readvar command issue

$
0
0

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\

....

}


Viewing all articles
Browse latest Browse all 3717


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>