I am having a problem with using $R..

Here is my code.

var start = 3;
var end = 17;

var days = $A($R(start, end));

If I spit that out to the consol using
console.log(days.inspect());

I get

['3', '4', '5', '6', '7', '8', '9']

Why is it stopping at 9???

setting end to anything below 10 works, but 10 and up ends at 9 ...

Am I missing something??

______________________________________________________________________
Alex Duffield



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to