Originally Posted By: Loki12583
That's probably a pointer of some kind, if you want the length of the array, specify 0 as the index: $json(%url,titles,0)


Still returns these sort of numbers 49273312 with
Code:
var %titles = $json(%url,titles,0)
$msg($chan,%titles)

Last edited by lindenkron; 24/11/13 05:20 PM.