Source: global.lsTIR [edit]
  • global.echo: A command to echo back the input argument - input: any input argument - returns: the input argument
  • global.yahooLocalSearch: A command to find records that match searchterm at location 'place', using Yahoo Local - searchterm (string): Something to look for - location (string): An address - returns (string[]): List of results
  • global.findPerDiem: A command to lookup the Per Diem rate for a year, a city, and a state - year (string): A year (e.g. 2007) - city (string): A city (e.g. Oakland) - state (string): A state (e.g. California) - returns (string): Per diem in dollars as an integer value
  • global.split: A command to split an input into pieces using split chars - input (string): Any input string - split (string): Split characters - returns (string[]): Split list