2
votes
1answer
45 views
Remembering user-entered variable(s) ???
Let's say that im getting some data from the user (name) to render some information (using this technique (Thank you Alex): http://devex.kynetx.com/questions/505/apps-calling-anoth …
2
votes
2answers
58 views
Getting a specific element from a page (extracting from html tags)
I know how to extract a search terms from google search results using the KRL native search term grabber, but I cant figure out a good way of getting the user's google id (the one …
1
vote
2answers
36 views
Global Variables
I can't seem to find documentation on global variables. Is there any? I would like to be able to pass variables between rules or share them with multiple rules. What functionality …
1
vote
1answer
39 views
Quick Question: Variable in dataset/source call/url ?
Quick question: Can I put a variable MyVariable in a datasource/set call ? For a certain reason this is not working ...
datasource btweets <- "http://backtweets.com/search.json …
2
votes
1answer
68 views
Emitted JS doesn’t have access to pre block variables?
I have a simple app where I am trying to access some variable values set in the pre block from the emitted JS. Why isn't this working?
Note: because it appears that my emitted JS …
2
votes
1answer
43 views
Easy way to clear my persistent variables while testing?
I'm writing an app that sets a persistent variable when it has been fired so it will only show a notify once a day but I don't want to wait a day to test it again.
What is the eas …
1
vote
2answers
40 views
stored regex data in pre
Ok here is an interesting question, that may already be answered. I want to be able to to use data that I stored in my select setting statement with in my pre. IE:
select using .g …
