Search results

  1. B

    Compile

    Yes, this exactly. I use this code in a program: Example: Run c:\temp\code.p LDBNAME(i) "_Filelist" "_Filelist-name".
  2. B

    Compile

    But how to encrypt this code and RUN in a program?
  3. B

    Compile

    Hi All How to compile this code to r.code: /****************************/ def shared temp-table tt-x field c as char field i as int. For each {1} where {1}.{2} <> "root". assign i = i + 1. create tt-x. assign tt-x.a = lc{1}.{2} tt-x.i = i...
Back
Top