Author Topic: CANNOSCALE Error  (Read 1216 times)

0 Members and 1 Guest are viewing this topic.

MSTG007

  • Gator
  • Posts: 2601
  • I can't remeber what I already asked! I need help!
CANNOSCALE Error
« on: February 03, 2017, 04:40:20 PM »
The following
Code: [Select]
(command "_CANNOSCALE" <"1" = 30'">) I can not get it to work. Not really sure why either.

Code: [Select]
Command: *Cancel*
Command: (command "_CANNOSCALE" <"1" = 30'">)
('"_> *Cancel*
; error: Function cancelled
Command: *Cancel*

I am guessing the error is from the 1" = x'?

Thanks for any help!
Civil3D 2020

Lee Mac

  • Seagull
  • Posts: 12914
  • London, England
Re: CANNOSCALE Error
« Reply #1 on: February 03, 2017, 07:37:30 PM »
Code: [Select]
(command "_.cannoscale" "1\" = 30'")

MSTG007

  • Gator
  • Posts: 2601
  • I can't remeber what I already asked! I need help!
Re: CANNOSCALE Error
« Reply #2 on: February 03, 2017, 08:20:41 PM »
Thanks again Lee!
Civil3D 2020