Skip to content

Instantly share code, notes, and snippets.

@xxx
Created May 12, 2012 04:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xxx/dc0fb7f77e74e0227d29 to your computer and use it in GitHub Desktop.
Save xxx/dc0fb7f77e74e0227d29 to your computer and use it in GitHub Desktop.
my_function () {
return [store.getItem('AccountID') + "04" + "000", "CityTable"];
}
var result = my_function();
var accountID = result[0];
var table = result[1];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment