From 2f5c4b9bab18b54f2d37f4b4a05afa116cfd0c44 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Sat, 6 Jun 2009 17:52:08 +0000 Subject: =?UTF-8?q?=E2=80=A2=20moved=20macros=20enumerate()=20and=20sizeOf?= =?UTF-8?q?()=20to=20sequel-pro=5FPrefix.pch=20=E2=80=A2=20added=20to=20SP?= =?UTF-8?q?ArrayAdditions.m=20-=20(NSArray=20*)subarrayWithIndexes:(NSInde?= =?UTF-8?q?xSet=20*)indexes=20=E2=80=A2=20added=20"Copy=20as=20SQL=20INSER?= =?UTF-8?q?T"=20to=20MainMenu=20(not=20yet=20activated)=20=E2=80=A2=20adde?= =?UTF-8?q?d=20to=20CMCopyTable=20-=20(NSString=20*)selectedRowsAsSqlInser?= =?UTF-8?q?ts=20for=20copying=20selectedRows=20as=20=20INSERT=20INTO=20...?= =?UTF-8?q?=20string=20(under=20constructions,=20up=20to=20now=20it=20work?= =?UTF-8?q?s=20for=20strings)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPArrayAdditions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPArrayAdditions.h') diff --git a/Source/SPArrayAdditions.h b/Source/SPArrayAdditions.h index e12215c0..7a672dc0 100644 --- a/Source/SPArrayAdditions.h +++ b/Source/SPArrayAdditions.h @@ -27,5 +27,6 @@ @interface NSArray (SPArrayAdditions) - (NSString *)componentsJoinedAndBacktickQuoted; +- (NSArray *)subarrayWithIndexes:(NSIndexSet *)indexes; @end -- cgit v1.2.3