Logic Machine Forum
Get group value without variable - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8)
+--- Thread: Get group value without variable (/showthread.php?tid=1792)



Get group value without variable - Kai-Roger - 17.12.2018

Hi.

I'm trying to find out how to write the code "if this then" with direct use of group value without using variables.

if grp.getvalue('1/1/84') == false
then do something

The code above is not working

BR
Kai-Roger


RE: Get group value without variable - Daniel - 17.12.2018

It should work only your group 1/1/84 must be a boolean


RE: Get group value without variable - Kai-Roger - 17.12.2018

(17.12.2018, 11:58)Daniel. Wrote: It should work only your group 1/1/84 must be a boolean

Yes you are right. Thanks (: