removed useless _ folders
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<Solution name="List_MultiFind_Index_First_or_Last">
|
||||
<Project name="List_MultiFind_Index_First_or_Last" path="List_MultiFind_Index_First_or_Last\List_MultiFind_Index_First_or_Last.prj" active="true"/>
|
||||
</Solution>
|
||||
@@ -0,0 +1,6 @@
|
||||
<Project name="List_MultiFind_Index_First_or_Last" guid="D8457850-6C00-1014-B904-200204C60A89">
|
||||
<Object name="Object" guid="D8457919-6C00-1014-B904-200204C60A89">
|
||||
<Script name="List_MultiFind_Index_First_or_Last_1.lsl" guid="D8458FE4-6C00-1014-B904-200204C60A89">
|
||||
</Script>
|
||||
</Object>
|
||||
</Project>
|
||||
@@ -0,0 +1,28 @@
|
||||
// :CATEGORY:Useful Subroutines
|
||||
// :NAME:List_MultiFind_Index_First_or_Last
|
||||
// :AUTHOR:Void Singer
|
||||
// :CREATED:2010-02-01 19:29:37.737
|
||||
// :EDITED:2013-09-18 15:38:56
|
||||
// :ID:480
|
||||
// :NUM:647
|
||||
// :REV:1.0
|
||||
// :WORLD:Second Life
|
||||
// :DESCRIPTION:
|
||||
// List_MultiFind_Index_First_or_Last
|
||||
// :CODE:
|
||||
integer uMatchLstIdxRev( list vLstSrc, list vLstTst ){
|
||||
|
||||
return (vLstSrc != []) -
|
||||
|
||||
(llParseString2List(
|
||||
|
||||
llList2String(
|
||||
|
||||
llParseString2List(
|
||||
|
||||
llDumpList2String( vLstSrc, ";" ),
|
||||
|
||||
vLstTst, [] ),
|
||||
|
||||
-1 ),
|
||||
|
||||
Reference in New Issue
Block a user