07-05-2003 19:08
ex: llCastedCSV2List(TYPE_INTEGER, "1, 5, 10, 15";);

I thought I was going nuts... I would use llCSV2List to convert a bunch of numbers passed from another script into a list, but then when I tried to search for the numbers with llListFindList(list, [integerVariable]) it would fail because 4 does not equal "4".

For now I will probably use llParseString2List to manually insert the integers, or just cast the test integer to a string (easier but slower).