Hi,
I created an own program because other solutions missed some features,
but since I stopped developping it I'm using another program,
which is written in Java# .NET (mine was VBasic .NET).
The program which I'm currently using does everything but one thing,
so I thought I add it myself.
Easier said than done since it is the first time that I'm working with Java# .NET.
I'm having a bit trouble with converting types:
string Change;
Change.Trim("-"); //cannot convert string to char[]
I tried (char) & (char[]) without any luck.
I created an own program because other solutions missed some features,
but since I stopped developping it I'm using another program,
which is written in Java# .NET (mine was VBasic .NET).
The program which I'm currently using does everything but one thing,
so I thought I add it myself.
Easier said than done since it is the first time that I'm working with Java# .NET.
I'm having a bit trouble with converting types:
string Change;
Change.Trim("-"); //cannot convert string to char[]
I tried (char) & (char[]) without any luck.