Search results

  1. A

    Changing Keys

    If you're using a sequence to determine int3, your code should look something like this (not guaranteed to be error-free): define buffer b-table for table. for each table where table.int2 = 2 exclusive: find b-table where b-table.int2 = 4 and b-table.int3 = table.int3 no-lock no-error...
  2. A

    How can i check whether a folder exist?

    OS-GETENV("SystemDrive") also works when C is the system drive and there is a D present.
Top