Displaying 2 results from an estimated 2 matches for "n0001".
Did you mean:
0001
2007 Feb 11
3
merge words=data name
I would like to merge two parts of words to get a name of the data. First
M3$N (invariable) and second is a number from 0001 to 3003 -
M3$N0001,M3$N0002,...,M3$N3003. For example if I do it like this:
my.data <- paste("M3$N",2456,sep="")
I get
> my.data
[1] "M3$N2456"
But I want to get something equivalent to
my.data<- M3$N2456
Is there any way to do it?
It's important, because the second part a...
2000 Feb 08
1
DEC cc doesn't like c++ comments (PR#416)
...mp;& esc[0] == '#' && esc[1] == 'H'
&& src[0] >= '0' && src[0] <= '9'
&& src[1] >= '0' && src[1] <= '9'
@@ -356,7 +356,7 @@
#ifndef NO_KANJI
/* is this an escape seq. (e.g. \#N0001) for a raw Japanese
Hershey glyph (Kanji), as numbered in Nelson's dictionary? */
- if (1 // _plotter->drawstate->font_type == F_HERSHEY
+ if (1 /* _plotter->drawstate->font_type == F_HERSHEY */
&& esc[0] == '#' && esc[1] == 'N...