• Order of the Butterfly
    Order of the Butterfly
    catohagen
    Posts: 297 from 2003/5/20
    trying to write a small arexx script to go trough a list of
    pictures and get the width and heigth of each picture

    /* test */

    options results
    address 'SHOWGIRLS.1'

    ImageWidth
    width=result
    say width

    Loadnext

    etc, but say width only say RESULT

    wtf am i doing wrong ?


    heres the shell output

    MorphOS:system_util/ShowGirls-0.8/Rexx> rx test.rx
    8 *-* Imagewidth;
    +++ Command returned 798
    SHOWGIRLS.1
    RESULT
    RESULT
    MorphOS:system_util/ShowGirls-0.8/Rexx>

    the width is 798 but i want that info in script not shell :)


    [ Edited by catohagen on 2006/4/2 22:59 ]
  • »02.04.06 - 22:54
    Profile