Oferv
14 years agoSuper Contributor
Changing integer with variable that holds an integer doesn't work
Hi,
I', trying to click an item:
and i wonder why this is working fine
Aliases["DesktopMainWindow"]["Source_MainWindow"]["MainWindow"]["LayoutRoot"]["NavigationDockPanel"]["NavigationPane"]["ContentPane"]["TOCTree"]["LayoutRoot"]["NavigationalPaneTOCTree"]["ClickItem"]("|[2]");
while this is not
Aliases["DesktopMainWindow"]["Source_MainWindow"]["MainWindow"]["LayoutRoot"]["NavigationDockPanel"]["NavigationPane"]["ContentPane"]["TOCTree"]["LayoutRoot"]["NavigationalPaneTOCTree"]["ClickItem"]("|[TabToUpdate]");
TabToUpdate is a random number i'm generating using random function and i just replaced the integer with TabToUpdate
i also tried using strToInt and it didn't work for me as well
Thanks
I', trying to click an item:
and i wonder why this is working fine
Aliases["DesktopMainWindow"]["Source_MainWindow"]["MainWindow"]["LayoutRoot"]["NavigationDockPanel"]["NavigationPane"]["ContentPane"]["TOCTree"]["LayoutRoot"]["NavigationalPaneTOCTree"]["ClickItem"]("|[2]");
while this is not
Aliases["DesktopMainWindow"]["Source_MainWindow"]["MainWindow"]["LayoutRoot"]["NavigationDockPanel"]["NavigationPane"]["ContentPane"]["TOCTree"]["LayoutRoot"]["NavigationalPaneTOCTree"]["ClickItem"]("|[TabToUpdate]");
TabToUpdate is a random number i'm generating using random function and i just replaced the integer with TabToUpdate
i also tried using strToInt and it didn't work for me as well
Thanks