It seems GetEnvironmentVariable("PB_TOOL_Word") does not return any value when the tool is run...
PB_TOOL_IDE does. Tried 5.62 and 5.70 on Windows 10.
[Done] PB_TOOL_Word empty?
- RSBasic
- Moderator
- Posts: 1228
- Joined: Thu Dec 31, 2009 11:05 pm
- Location: Gernsbach (Germany)
- Contact:
Re: PB_TOOL_Word empty?
-1
I can't confirm it.
It works with 5.71 and Windpws 10.
Have you configure and started your tool as a PB tool?
I can't confirm it.
It works with 5.71 and Windpws 10.
Have you configure and started your tool as a PB tool?
Re: PB_TOOL_Word empty?
Seems to work here, can anybody confirm ? Code for the tool:
Code: Select all
MessageRequester("", GetEnvironmentVariable("PB_TOOL_Word"))
Re: PB_TOOL_Word empty?
Works as expected with PB 6.20 on Windows 11.
Re: PB_TOOL_Word empty?
Works as expected with PB 6.20 on Windows 10.
Re: [Done] PB_TOOL_Word empty?
Thanks !