cschmidt08822
Programmer
Can I use an environment variable, such as DBASE1, as my database name in a 4gl program? I can get the environment variable with fgl_getenv (let dbase = fgl_getenv("DBASE")), but cannot seem to use it. I tried to prepare it in a variable like db_stmt = "DATABASE ",dbase CLIPPED, but cannot execute it because it is not a cursor. Any ideas?
I would also need to do this for .per forms that are used by the 4gl program (at least I think I would have to)
I would also need to do this for .per forms that are used by the 4gl program (at least I think I would have to)