Read Note Card Configuration
De DigiWiki.
(Page créée avec « Learn how to read configuration files with Linden Scripting Language (LSL) in Second Life (SL). After viewing this tutorial, you will be able to: * Create a script * Read ea… ») |
|||
| Ligne 16 : | Ligne 16 : | ||
* Detect that you have reached the end of the file | * Detect that you have reached the end of the file | ||
| + | <pre> | ||
# this is a file to configure your application | # this is a file to configure your application | ||
# blank lines are ignored as well as lines | # blank lines are ignored as well as lines | ||
# proceeded with a "#" sign. | # proceeded with a "#" sign. | ||
Name = Dedric Mauriac | Name = Dedric Mauriac | ||
| - | |||
| + | Favorite Color = Blue | ||
| + | </pre> | ||
<lsl> | <lsl> | ||
integer line; | integer line; | ||


