Syntax Problems

Arokh

Centurion
Joined
Apr 11, 2006
Messages
124
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.
 
Ok the editor shows no error anymore, but that solution raises another question:
I have the same problem here:

TXTContent.Split(Temp.Substring(2, 1));

Since I can't just add singlequotes he he.
 
Back
Top