Your “wlbs” query looks correct, assuming “wlbs” is the right service name. You can always use the simple query “services” to see if you have spelled it correctly.
Also, note in v8 you can simplify “if exists” to this syntax:
q: state of service “BESClient” | "Not Installed"
A: Running
Here is the answer to the second part… I had no values in PersistentRoutes so I created a string value named “foo” with value data of “some value data”
q: names of keys of keys “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters” of registry
A: Adapters
A: DNSRegisteredAdapters
A: Interfaces
A: PersistentRoutes
A: Winsock
q: (names of values of it, values of it) of key “PersistentRoutes” of keys “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters” of registry
A: foo, some value data
I get a runtime error in the Fixlet Debugger when i try
(names of values of it, values of it) of key “PersistentRoutes” of keys “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters” of registry