Project X Forums
http://px.worms2d.info/forum/

Beginner problems
http://px.worms2d.info/forum/viewtopic.php?f=5&t=77
Page 2 of 2

Author:  Undefined [ Sat Jun 26, 2010 6:12 am ]
Post subject:  Re: Beginner problems

Code:
ShowMessageOnTop(23, StartX);


should be :

Code:
ShowMessageOnTop(23, 'StartX');

Author:  Gran PC [ Sat Jun 26, 2010 4:15 pm ]
Post subject:  Re: Beginner problems

Wtf Undefined no. That will just show "StartX", he wants to show the VALUE of StartX. As to casting an int to a string, I have no idea. Google for a Pascal manual or something.

Author:  Pac-Man [ Sat Jun 26, 2010 6:35 pm ]
Post subject:  Re: Beginner problems

XD kk

Author:  Undefined [ Sat Jun 26, 2010 6:41 pm ]
Post subject:  Re: Beginner problems

Gran PC wrote:
Wtf Undefined no. That will just show "StartX", he wants to show the VALUE of StartX. As to casting an int to a string, I have no idea. Google for a Pascal manual or something.


ops.. :mrgreen:

Well in turbo pascal it would be ShowMessageOnTop(23, 'StartX is..', StartX,''); but here I don't think it's possible..

Page 2 of 2 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/