Displaying 2 results from an estimated 2 matches for "adlin".
Did you mean:
admin
2009 Nov 23
1
Re adline()
Hello, I would like to ask you a question.I have a program in R and I use the
readline method to ask the user some things,but i don?t use the R console
but I use Win console then not appear what I put.I put the code as you look
for:
cat("1- 24horas\n")
cat("2- 12horas\n")
cat("3- 8horas\n")
selection<-readline(prompt="\nSelecciona numero de hor...
2006 Nov 28
2
Twice the same code, but only once it seems to work
...---------------
<%= error_messages_for ''company'' %>
<!--[form:company]-->
<p><label for="company_name">Name</label>
<%= text_field ''company'', ''name'' %></p>
<p><label for="company_adline">Adline</label>
<%= text_field ''company'', ''adline'' %></p>
<p><label for="company_adline2">Adline2</label>
<%= text_field ''company'', ''adline2'' %></p>
<p>...