Environment Variable | Character string denoting an environment variable. |
Value | Character string to be stored as the value of the environment variable. Note: If the Value is File or directory path, use below file separator conventions: ♦For Windows, use double backslash, for example: C:\\Temp\\FilePath.txt ♦For Linux, use single forward slash, for example: ./usr/Temp/FilePath.txt |
Function | (PUTENV("MDI_AVIEW_WIN","X11")) |
Result | 0 |