Page 1 of 1
[Done] PB_TOOL_Word empty?
Posted: Sun Jul 07, 2019 5:58 am
by Rinzwind
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.
Re: PB_TOOL_Word empty?
Posted: Sun Jul 07, 2019 8:55 am
by RSBasic
-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?
Re: PB_TOOL_Word empty?
Posted: Sat Feb 22, 2025 9:03 pm
by Fred
Seems to work here, can anybody confirm ? Code for the tool:
Code: Select all
MessageRequester("", GetEnvironmentVariable("PB_TOOL_Word"))
Re: PB_TOOL_Word empty?
Posted: Tue Mar 11, 2025 7:50 pm
by Andesdaf
Works as expected with PB 6.20 on Windows 11.
Re: PB_TOOL_Word empty?
Posted: Tue Mar 11, 2025 8:16 pm
by Caronte3D
Works as expected with PB 6.20 on Windows 10.
Re: [Done] PB_TOOL_Word empty?
Posted: Tue Mar 11, 2025 8:37 pm
by Fred
Thanks !