|
From: <cre...@us...> - 2006-05-04 21:41:30
|
Revision: 1350 Author: creecode Date: 2006-05-04 14:41:26 -0700 (Thu, 04 May 2006) ViewCVS: http://svn.sourceforge.net/frontierkernel/?rev=1350&view=rev Log Message: ----------- outline comment lines are now indicated by "// " at the beginning of a line some verb docs updated Modified Paths: -------------- ODBs/trunk/docServerRoot/docServerData/formats/outline/basic/putAppleListItem.fvc Modified: ODBs/trunk/docServerRoot/docServerData/formats/outline/basic/putAppleListItem.fvc =================================================================== --- ODBs/trunk/docServerRoot/docServerData/formats/outline/basic/putAppleListItem.fvc 2006-05-04 18:21:50 UTC (rev 1349) +++ ODBs/trunk/docServerRoot/docServerData/formats/outline/basic/putAppleListItem.fvc 2006-05-04 21:41:26 UTC (rev 1350) @@ -13,9 +13,9 @@ True Examples putAppleListItem ("hello", 'word', @sample.keyList) - true // the string value with the key 'word' was added to the list + // true // the string value with the key 'word' was added to the list putAppleListItem ("world", 2, @sample.descList) - true // the second item in the list was set to be the string value + // true // the second item in the list was set to be the string value Errors If there is an object at listAddr that is not a binary value containing a valid descriptor list, an error occurs. If position is a string4 keyword, and the list is not a keyed list, or if an index is provided that is out of range, an error occurs. @@ -29,6 +29,6 @@ countAppleListItems getAppleListItem [ ] -meta information +// meta information title putAppleListItem This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |