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
  • It's not rolled out fully yet. You can start using it in your code already now though, using Firestom's conditional compiles: return llDumpList2String(llParseStringKeepNulls((str = "") + str, [search], []), replace);
    602 bytes (74 words) - 09:32, 1 February 2023
  • A user's username depends upon what type of account it is: return llDumpList2String(llParseString2List(llToLower(legacy)+" ", [" resident ", " "],[]), ".");
    4 members (1 subcategory, 0 files) - 13:12, 5 July 2015
  • string param = llDumpList2String(llDeleteSubList(tmp, 0, 0), "="); ...l not lose information if the setting value includes a "<code>=</code>" in it.
    487 bytes (61 words) - 12:43, 29 April 2024
  • ...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
  • ...checks the size of the list created in the LegacyToUsername function, then it can cope with being given a username or a legacy name and still return the if(llList2String(name, 1) == "resident")//it's not a legacy account.
    1,019 bytes (142 words) - 11:17, 19 June 2012
  • ...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
  • * Stores the last entry in the list in a variable since it is used in two different places. * return last if it is the only entry in the list.
    1 KB (160 words) - 10:55, 25 January 2015
  • ...ngs automatically in inverted commas, however I just tried this myself and it does not appear to be true, as strings were enclosed as I would expect; was llOwnerSay(llDumpList2String(llJson2List(llList2Json(JSON_ARRAY, ["bacon", "true", "false", "null"])),
    2 KB (293 words) - 12:45, 14 November 2016
  • ...since there's no provided documentation, I'm not really sure if I'm using it properly. llDumpList2String( vLstSrc, "•" ),
    3 KB (361 words) - 08:27, 26 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
  • ...s://wiki.secondlife.com/wiki/Float_Box_Contents SL wiki entry] which lists it to hover text. *For me it's easier to use if it outputs to the local chat, so I modded it to do that & to wait after saying the contents.
    3 KB (362 words) - 14:40, 11 January 2016
  • 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

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