Syntax Problems

Arokh

Well-known member
Joined
Apr 11, 2006
Messages
124
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.
 
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 cant just add singlequotes he he.
 

Similar threads

Back
Top