How to writing string into enum?
#5

Here you go :-

PHP код:
 // Use memcpy
// Example
new destination[64] = "Hi";
new 
source[] = "String";
memcpy(destinationsourcestrlen(destination) * 4sizeof source 4sizeof destination); 
Reply


Messages In This Thread
How to writing string into enum? - by 3417512908 - 06.05.2018, 11:01
Re: How to writing string into enum? - by TadePoleMG - 06.05.2018, 11:03
Re: How to writing string into enum? - by 3417512908 - 06.05.2018, 11:09
Re: How to writing string into enum? - by TadePoleMG - 06.05.2018, 11:13
Re: How to writing string into enum? - by TadePoleMG - 06.05.2018, 11:20
Re: How to writing string into enum? - by Dayrion - 06.05.2018, 11:24

Forum Jump:


Users browsing this thread: 1 Guest(s)