Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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.

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...