[Done] PB_TOOL_Word empty?

Post bugs related to the IDE here
Rinzwind
Enthusiast
Enthusiast
Posts: 679
Joined: Wed Mar 11, 2009 4:06 pm
Location: NL

[Done] PB_TOOL_Word empty?

Post 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.
User avatar
RSBasic
Moderator
Moderator
Posts: 1228
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: PB_TOOL_Word empty?

Post 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?
Image
Image
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PB_TOOL_Word empty?

Post by Fred »

Seems to work here, can anybody confirm ? Code for the tool:

Code: Select all

MessageRequester("", GetEnvironmentVariable("PB_TOOL_Word"))
Andesdaf
User
User
Posts: 83
Joined: Sun Mar 22, 2009 2:53 pm
Location: GER, Saxony

Re: PB_TOOL_Word empty?

Post by Andesdaf »

Works as expected with PB 6.20 on Windows 11.
User avatar
Caronte3D
Addict
Addict
Posts: 1355
Joined: Fri Jan 22, 2016 5:33 pm
Location: Some Universe

Re: PB_TOOL_Word empty?

Post by Caronte3D »

Works as expected with PB 6.20 on Windows 10.
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: [Done] PB_TOOL_Word empty?

Post by Fred »

Thanks !
Post Reply