The R Project SVN R-packages

Rev

Rev 1490 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1490 Rev 5707
Line 54... Line 54...
54
- (NSString*) string
54
- (NSString*) string
55
{
55
{
56
	return [cont string];
56
	return [cont string];
57
}
57
}
58
 
58
 
59
- (NSDictionary *) attributesAtIndex:(unsigned)index effectiveRange:(NSRangePointer)aRange
59
- (NSDictionary *) attributesAtIndex:(NSUInteger)index effectiveRange:(NSRangePointer)aRange
60
{
60
{
61
	return [cont attributesAtIndex:index effectiveRange:aRange];
61
	return [cont attributesAtIndex:index effectiveRange:aRange];
62
}
62
}
63
 
63
 
64
- (void) replaceCharactersInRange:(NSRange)aRange withString:(NSString *)aString
64
- (void) replaceCharactersInRange:(NSRange)aRange withString:(NSString *)aString