Displaying 1 result from an estimated 1 matches for "pos_nam".
Did you mean:
pos_name
2007 Jun 18
1
Readline
Hello,
I also have problems to get to run the following lines. If I run the
block instead of every single line, it simply does not wait for the input.
Can anybody help me?
------------------------
pos_name <- readline("Please type: ")
r <- substr(pos_name, 1,1)
c <- substr(pos_name, 2,nchar(pos_name))
------------------------
Thank you!
Antje
Peter Dalgaard schrieb:
> > Forest Floor wrote:
>> >> Hi,
>> >>
>> >> I've seen vario...