Random Project

Perfekt Work

This plugin is working excellent. For use on System with german language it is neccessary to modify the arrays due to missing “.”.

code;
IPsUso_array2 = Split(IPsUso_array(0), ” “) ;It is array(0) because of the missing “.” after “Anzahl” (Englisch Version is “No.”)

IPsLibres_array2 = Split(IPsLibres_array(0), ” “)
;Same here

This should also work on systems with other languages.

Kind regards

Stefan