Reply to thread

Hi,

I created an own program because other solutions missed some features,

but since I stopped developping it Im using another program,

which is written in Java# .NET (mine was VBasic .NET).


The program which Im 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 Im working with Java# .NET.

Im having a bit trouble with converting types:

string Change;

Change.Trim("-"); //cannot convert string to char[]


I tried (char) & (char[]) without any luck.


Back
Top