Function splitPropertyValueList

splits string like "Arial", Times New Roman, Courier; into list, stops on ; and }

returns true if at least one item added to list; moves str to new position

Prototype

bool splitPropertyValueList(
  ref string str,
  ref string[] list
);

Authors

Copyright

License