I want to use the GetEnvironmentVariable Function. I have found decls on this page to use the functions, but I have one Problem. First, some example source
c$ ist always empty. How can I read out the Variable into a Blitz String?
api_SetEnvironmentVariable ("TEST", "Value") len = api_GetEnvironmentVariable ("TEST", c$, 255) print c$ waitkey end
c$ ist always empty. How can I read out the Variable into a Blitz String?