Yes, Stefan's solution is somewhat nicer, didn't think about that. If there is 
more data involved, split may be further accelerated by setting `maxsplit`:
    
    
    let (lookup_id, lookup_name_source) = p.rowEntry(col).split('|', 2)[0..1]
    

Reply via email to