Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[PIC] MicroC Concatenate and conversion

Status
Not open for further replies.

yanal

Junior Member level 1
Joined
Sep 20, 2015
Messages
17
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
149
If i have a Char array Like : getRequest[20] , and i want To specify some digits of this array to be stored in a variable Like : L_Id .. what is the type of L_Id and how to concatenate more than one digit !!

For example I want like that :
getRequest[1]=1 ; getRequest[8]=5;

and i want to store this two digit within L_Id variable to be > L_ID=15 ;

wish you a nice day :D
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top