From a0b8316d7c1db4b6b4bc595f76f01a431d6e7fc1 Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Fri, 12 Aug 2022 15:48:38 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31be356..6e2fb98 100644 --- a/README.md +++ b/README.md @@ -237,7 +237,8 @@ run; %webout(OBJ,a) /* Rows in table `a` are objects (easy to use) */ %webout(ARR,b) /* Rows in table `b` are arrays (compact) */ %webout(OBJ,c,fmt=N) /* Table `c` is sent unformatted (raw) */ -%webout(OBJ,c,label=d) /* Rename as `d` on JS side */ +%webout(OBJ,c,label=d) /* Rename table as `d` in output JSON */ +%webout(OBJ,c,label=e, maxobs=10) /* send only 10 rows back */ %webout(CLOSE) /* Close the JSON and add default variables */ ```