From cb9934b0c7797c411b720b521a7e9218bb318ca3 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Tue, 19 Oct 2004 17:50:58 +0000 Subject: [PATCH] command line tools caget, camonitor: += as-string option. --- src/ca/CAref.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/ca/CAref.html b/src/ca/CAref.html index 8aeff4f2b..a3ff47c8e 100644 --- a/src/ca/CAref.html +++ b/src/ca/CAref.html @@ -1242,6 +1242,10 @@ the output.

-g <nr> Use %g format, with <nr> digits after the decimal point + + -s + Get value as string (may honour server-side precision) + Integer number format: @@ -1362,8 +1366,11 @@ the output.

-g <nr> - Use %g format, with <nr> digits after the decimal - pointDefault: + Use %g format, with <nr> digits after the decimal point + + + -s + Get value as string (may honour server-side precision)