to-rowid

  1. K

    Using The To-rowid Function

    Do you think this code should raise a compilation error ? Currently you can compile it but it will not work when you run it. (Openedge 11.4) define variable cdemo as longchar no-undo. define variable rdemo as rowid no-undo. cdemo = "xx,0x00000000000048e7". /* random rowid */ rdemo = to-rowid...
Top