瀏覽代碼

HPCC-9500 ECL Sample in ECL Language Reference does not compile

Signed-off-by: RichardTaylorHPCC <richard.taylor@lexisnexis.com>
RichardTaylorHPCC 12 年之前
父節點
當前提交
d4131856c0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/ECLLanguageReference/ECLR_mods/BltInFunc-LIMIT.xml

+ 1 - 1
docs/ECLLanguageReference/ECLR_mods/BltInFunc-LIMIT.xml

@@ -130,7 +130,7 @@ X := LIMIT(SomeFile,10, FAIL(99,'error!'));
 //single record output
 Y := LIMIT(SomeFile,10,
       ONFAIL(TRANSFORM(RecStruct,
-        SELF := ROW({0,''},RecStruct)));
+        SELF := ROW({0,''},RecStruct))));
 //no exception, just no record
 Z := LIMIT(SomeFile,10,SKIP);
 </programlisting>