llGetNumberOfNotecardLines

From Second Life Wiki
Revision as of 22:49, 20 February 2007 by Strife Onizuka (talk | contribs)
Jump to navigation Jump to search

Summary

Function: key llGetNumberOfNotecardLines( string name );

Requests number of lines in notecard name via the dataserver event (cast dataserver value to integer)
Returns a key that is the handle for a dataserver event response.

• string name Notecard name or UUID.

Caveats

  • This function causes the script to sleep for 0.1 seconds.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Functions

Deep Notes

Search JIRA for related Issues

Signature

function key llGetNumberOfNotecardLines( string name );