Communauté Informatique NDFR.net : delete the second character of a string? - Programmation (C/C++, Delphi, VB, etc.)
 
delete the second character of a string?
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 28-01-2004, 16:42
batteur91 batteur91 is offline
Membre junior
 
Join Date: 28-01-2004
Posts: 3
Question delete the second character of a string?

Hi all,
I'm looking for a solution to retrieve ( or copy) the second character of a string.
My program is:
int iNum=0;
char sNum[2]="";
//Somewhere in the program, the integer iNum=92
// Then
sprintf (sNum,"%d",iNum);
And I want to delete the first character of the string sNum, but i don't know how can i do?
Or I want to retrieve the second character of the string sNum which is the value '2' in order to put it to another string, but i don't know how can i do?

In sumarize, I want that sNum="2"; or another string ="2"; I don't want to get the whole value iNum. I only want the last value of it.
Thanks for your help
Bye
batteur91
Reply With Quote
 

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
P2P : Majors, FAI, Etat, "main dans la main"... Toitoine Actualité 113 27-09-2004 19:28
W2K/XP "../ServicesPackFiles" Delete ? wuub Personnalisation de Windows 12 16-03-2003 08:31

All times are GMT +2. The time now is 04:20.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.