Search results

Jump to navigation Jump to search
  • |func=llDumpList2String|return_type=string|p1_type=list|p1_name=src|p2_type=string|p2_name=separato ...ma-separated formatted string with no choice over the {{LSLPT|separator}}, llDumpList2String gives you more control. This can be useful if you don't trust commas as a {
    2 KB (294 words) - 16:49, 5 July 2017
  • ...the end of {{LSLP|dest}}, then {{LSLP|src}} is appended to {{LSLP|dest}}, it will not add null entries. To avoid this, create empty elements in the lis llOwnerSay(llDumpList2String(numbers, ","));
    2 KB (268 words) - 12:15, 22 January 2015
  • Create two objects. Take the key of one object and put it into the *description* of the other object. Now put the scripts in, and aft ...hen maybe you can use it... if it doesn't, then likely you have no use for it.
    6 KB (642 words) - 08:56, 25 January 2015
  • ...ibuting content to the wiki, so if I did something wrong, feel free to fix it. gPassword = llDumpList2String(llListRandomize(slice,1),"");
    5 KB (569 words) - 08:23, 25 January 2015
  • ...tion's functionality is equivalent to <code style="white-space: nowrap;">[[llDumpList2String]]('''src''', ", ");</code><br/><br/> ...n is more or less the {{Wikipedia|Comma-separated_values|CSV}} format, but it does not conform in all its details.<br/><br/>
    2 KB (274 words) - 11:41, 22 January 2015
  • llOwnerSay("<" + llDumpList2String(my_list,"><") + ">"); llOwnerSay("<" + llDumpList2String(my_list,"><") + ">");
    5 KB (697 words) - 14:08, 22 January 2015
  • llOwnerSay(llDumpList2String(three_four, ",")); llOwnerSay(llDumpList2String(output, ","));
    3 KB (361 words) - 05:04, 16 December 2015
  • llOwnerSay(llDumpList2String(three_four, ",")); llOwnerSay(llDumpList2String(output, ","));
    5 KB (572 words) - 13:32, 22 November 2023
  • ...(A), apply script, Rez another prim (B) and put it slightly below it, link it up so B is a child and A is the root. llSay( ch, llDumpList2String( [nKey,0] + tData1, "|" ) );
    4 KB (405 words) - 02:33, 22 January 2015
  • ...o specify. Useful, for instance, for long floating text to make it tidier. It will not split words at odd places but instead look for the space in the te return llDumpList2String(laLines,"\n");
    1 KB (173 words) - 15:49, 22 January 2015
  • If {{LSLP|start}} or {{LSLP|end}} is negative, it is counted from the end list. The last element in the list is -1, the first llOwnerSay(llDumpList2String(three_four, ","));
    5 KB (709 words) - 03:17, 14 April 2024
  • This will make it go from Spanish to English. Then all you need to do is do a string replacem return llDumpList2String(llParseStringKeepNulls((str = "") + str, [search], []), replace);
    2 KB (194 words) - 20:00, 24 January 2015
  • ..._num}} does not reflect how a message was sent, there is no way to know if it was sent with a LINK_* flag or the [[llGetLinkNumber|specific link number]] ...into a string manually all at once, which avoids the comparatively slower llDumpList2String call but is not as flexible.
    4 KB (650 words) - 17:59, 5 January 2023
  • |caveats=*When using this function to typecast a list element to a string it will truncated float based types to 6 decimal places. |also_functions={{LSL DefineRow||[[llDumpList2String]]|}}
    3 KB (367 words) - 11:47, 22 January 2015
  • notify(llDumpList2String(listOfNames, ",")); ...eate a separate notifyList function which takes a list parameter and dumps it:
    6 KB (748 words) - 15:36, 25 January 2015
  • |spec=The sort order is affected by type. For strings and keys, it is case sensitive and sorts by Unicode character code.<br/> |caveats=*It uses the same unoptimized selection sort algorithm as llListSort, which is
    8 KB (1,078 words) - 06:14, 19 April 2024
  • ...ly speaking, you write a string with some format specifiers, and then send it the variables, rather than having to concatenate a bunch of strings and con Width will pad spaces if the result string doesn't fit. It doesn't crop one.
    17 KB (1,548 words) - 00:02, 31 May 2023
  • It is also very simple to input in notecards and so you can have a very generi ..."|" is not to be used because conflicting with your schema you can change it with %255, but in this way you lose the notecard serialization.
    3 KB (414 words) - 12:40, 25 January 2015
  • ...rely on [[:Category:LSL Floating Text|Floating Text]] as a storage medium; it is neither secure nor finalized. *** It can be viewed by anyone with a client that is capable of rendering text tha
    3 KB (436 words) - 16:58, 23 January 2015
  • ...s not return a clamped value, meaning an unusually bright scene will cause it to return an out-of-bounds color. (This can be fixed by clamping the value llOwnerSay(llDumpList2String(environment, ", "));
    2 KB (294 words) - 04:48, 9 August 2022

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)