Talk:OsMakeNotecard
From OpenSimulator
(Difference between revisions)
m |
m |
||
Line 4: | Line 4: | ||
: Actually, every time i made a notacard, using this function, it worked flawlessly with a string (which, as we know, can be up to 256 characters long). | : Actually, every time i made a notacard, using this function, it worked flawlessly with a string (which, as we know, can be up to 256 characters long). | ||
: Knowing that it will '''ALSO''' take a list instead of a string is good news, because now i can create longer notecards, which can be useful for storing visitor lists on notecards. | : Knowing that it will '''ALSO''' take a list instead of a string is good news, because now i can create longer notecards, which can be useful for storing visitor lists on notecards. | ||
+ | : I will add the alternative way (string) as well. | ||
: --[[User:Fritigern|Fritigern]] 03:47, 12 September 2011 (UTC) | : --[[User:Fritigern|Fritigern]] 03:47, 12 September 2011 (UTC) |
Revision as of 19:49, 11 September 2011
In the function specification it states that osMakeNotecard takes a list as a second argument, but in the code example it takes a string. Testing revealed that it actually does expect a list. I corrected this in the example. ~Nihlaeth
- Actually, every time i made a notacard, using this function, it worked flawlessly with a string (which, as we know, can be up to 256 characters long).
- Knowing that it will ALSO take a list instead of a string is good news, because now i can create longer notecards, which can be useful for storing visitor lists on notecards.
- I will add the alternative way (string) as well.
- --Fritigern 03:47, 12 September 2011 (UTC)