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 |
| - | # | + | # Blank lines are ignored as well as lines |
| + | # Proceeded with a "#" sign. | ||
Name = Dedric Mauriac | Name = Dedric Mauriac | ||
Favorite Color = Blue | Favorite Color = Blue | ||
| - | + | </pre> | |
<lsl> | <lsl> | ||
integer line; | integer line; | ||


