Export theo values to excel

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Export theo values to excel

    How do I export the theoretical and ijk values from my program in pcdmis to excel?

  • #2
    Do you use the PDC2excel, excel print output, or writelines or something else?

    If your output is tied to report window, you could spit them out on a report comment.
    Comment/Report
    "Feature 1 X Theo=" + FEAT_1.TX
    "Feature 1 Y Theo=" + FEAT_1.TY
    "Feature 1 Z Theo=" + FEAT_1.TZ
    "Feature 1 I Theo=" + FEAT_1.TI
    "Feature 1 J Theo=" + FEAT_1.TJ
    "Feature1 K Theo=" + FEAT_1.TK

    Comment


    • #3
      run it offline and use the Excel file output?
      sigpic
      Originally posted by AndersI
      I've got one from September 2006 (bug ticket) which has finally been fixed in 2013.

      Comment

      Related Topics

      Collapse

      Working...
      X