Open a file at line X with FlowStudio
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Papiosaur
    Posts: 2167 from 2003/4/10
    From: France
    Hello,

    i see in the Guide it's possible with AREXX but i don't know the AREXX command line.

    Somebody could help me please?

    [EDIT]

    If i write this command:

    RX FLOWSTUDIO.1 OPEN sys:MorphOS.readme LINE 10

    It say: Arexx server is not active... but CRABUM need AREXX work...

    i dont' understand...
  • »25.09.24 - 13:25
    Profile Visit Website
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Papiosaur
    Posts: 2167 from 2003/4/10
    From: France
    Is there a solution to test if the port FLOWSTUDIO.1 is available?

    I see waitforport command in mossys:c/ but i would like a result 0 or 1 for example :-)

    I see Portlist too but maybe there is another solution?
  • »27.09.24 - 18:09
    Profile Visit Website
  • ghh
  • Cocoon
    Cocoon
    ghh
    Posts: 60 from 2017/7/16
    From: Prague
    Little Arexx
    Code:
    /* Show(P) Return Ports */
    ports = Show(P)
    If Index(ports,'FLOWSTUDIO.1') >0 Then Say "1"
    Else Say "0"
  • »27.09.24 - 22:38
    Profile Visit Website