[Swift-commit] r6417 - trunk/docs/userguide
ketan at ci.uchicago.edu
ketan at ci.uchicago.edu
Mon Apr 8 23:32:52 CDT 2013
Author: ketan
Date: 2013-04-08 23:32:52 -0500 (Mon, 08 Apr 2013)
New Revision: 6417
Modified:
trunk/docs/userguide/app_procedures
Log:
adding extractfloat bits to userguide
Modified: trunk/docs/userguide/app_procedures
===================================================================
--- trunk/docs/userguide/app_procedures 2013-04-09 04:16:40 UTC (rev 6416)
+++ trunk/docs/userguide/app_procedures 2013-04-09 04:32:52 UTC (rev 6417)
@@ -297,6 +297,10 @@
@extractInt(file) will read the specified file, parse an integer from
the file contents and return that integer.
+ at extractFloat
+~~~~~~~~~~~~~
+Similar to @extractInt, @extractFloat(file) will read the specified file, parse a float from
+the file contents and return that float.
@filename
~~~~~~~~~
@@ -464,7 +468,7 @@
Where the contents of the "emps.txt" file are:
----
-name id address
+name id loc
Thomas 2222 Chicago
Gina 3333 Boston
Anne 4444 Houston
@@ -520,7 +524,6 @@
trace will log its parameters. By default these will appear on both
stdout and in the run log file. Some formatting occurs to produce the
log message. The particular output format should not be relied upon.
-(since Swift 0.4)
tracef
~~~~~~
More information about the Swift-commit
mailing list