Pages:
Actions
  • #1 by liltbrockie on 17 Jan 2020
  • Hi there.. having a big problem with automating selections etc....

    Problem:

    When reading from a file MF Pro requires the selection to basically look like this:

    "4. ROEDHELM SONIC"
    "5. WESTMEAD GINA"

    etc etc..

    HOWEVER...

    When writing selections to a file.. the format MF PRO insists on is

    "4.ROEDHELMSONIC"
    "5.WESTMEADGINA"

    (note the lack of spaces)

    This is a huge problem for me for my purposes... can this be fixed... is there a workaround??????
  • #2 by MarkV on 17 Jan 2020
  • Hi liltbrockie
    Just tested write to file and it works fine.

    Please check your triggers for ”non straight” quotation marks, they should be "straight"

    ”sel_name” will not work
    "sel_name" will work ok

    hope this sorts your problem

    edit:
    your write to file trigger should look like
    write to file
    text:["sel_name"]
    file path....
  • #3 by liltbrockie on 20 Jan 2020
  • Thanks Mark
Pages:
Actions