Guest User

Untitled

a guest
Oct 20th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var exp:RegExp = /^(([^\s]*)\s){4}(.*)$/gi;
  2. var arr:Array = exp.exec(splitLine[i]);
  3.                        
  4. for (var f:uint = 0; f < arr.length; f++) {
  5.     trace(f+" - "+arr[f]);
  6. }
  7.  
  8. [Fault] exception, information=TypeError: Error #1009: Il est impossible d'accéder à la propriété ou à la méthode d'une référence d'objet nul.
Add Comment
Please, Sign In to add comment