does GE support conversion characters?

You must understand the Game Editor concepts, before post here.

does GE support conversion characters?

Postby j2graves » Sun Dec 20, 2009 3:54 pm

I tried to make a script that used conversion characters to insert a string in front of another string. instead, I ONLY got the string that was inserted, and not the part that came after it.
No games to my name...
User avatar
j2graves
 
Posts: 1302
Joined: Thu Aug 16, 2007 6:42 pm
Location: on the other side of infinity
Score: 19 Give a positive score

Re: does GE support conversion characters?

Postby Bee-Ant » Tue Dec 29, 2009 4:53 am

If Im not mistaken, use strcat
Code: Select all
strcat(string1,string2);
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: does GE support conversion characters?

Postby j2graves » Tue Dec 29, 2009 3:35 pm

OH! I got it! I was using strcpy :P

thanx +1!
No games to my name...
User avatar
j2graves
 
Posts: 1302
Joined: Thu Aug 16, 2007 6:42 pm
Location: on the other side of infinity
Score: 19 Give a positive score

Re: does GE support conversion characters?

Postby Bee-Ant » Tue Dec 29, 2009 4:41 pm

Oh yah, you can also use sprintf
Code: Select all
sprintf(string1,"%s %s",string2,string3);

:D
I thought you were asking of conversion from integer to string or vice versa.
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: does GE support conversion characters?

Postby j2graves » Tue Dec 29, 2009 4:55 pm

thanx :D
No games to my name...
User avatar
j2graves
 
Posts: 1302
Joined: Thu Aug 16, 2007 6:42 pm
Location: on the other side of infinity
Score: 19 Give a positive score


Return to Advanced Topics

Who is online

Users browsing this forum: No registered users and 1 guest

cron