arraylist_joinv


Description:

public string arraylist_joinv (string separator, ArrayList<string> list)

This needs to be somewhere else. to_array() combined with joinv is a recipe for segfaults, so this is a layer of protection until I figure out what might be wrong.

Parameters:

separator String to separate strings
list ArrayList of strings to join

Namespace: Ambition
Package: ambition