Assuming startindex is required, the following 2 results were found.
******************************************************************************* */ // // init v_StartIndex = 1; v_CountTotal = 0; l_ColumnsData = List(); l_Pages = {1,2,3,4,5,6,7}; // v_Headings = "ID,Employee ID,Effective From,Currency,Amount Per...
seconds from the date provided by Xero then apply a toTime() function to it. v_XeroTime="/Date(1586995200000+0000)/"; v_StartIndex = v_XeroTime.indexOf("(")+1; v_EndIndex = v_XeroTime.indexOf("+", v_StartIndex); v_UnixSeconds =...