how to check for number
#2

Код:
Specifier(s)			Name				Example values
	i, d			Integer				1, 42, -10
	c			Character			a, o, *
	l			Logical				true, false
	b			Binary				01001, 0b1100
	h, x			Hex				1A, 0x23
	o			Octal				045 12
	n			Number				42, 0b010, 0xAC, 045
	f			Float				0.7, -99.5
	g			IEEE Float			0.7, -99.5, INFINITY, -INFINITY, NAN, NAN_E
	u			User name/id (bots and players)	******, 0
	q			Bot name/id			ShopBot, 27
	r			Player name/id			******, 42
Copied from ****** Sscanf Topic.d is used for integer values.You must use "ds" according to me.
Reply


Messages In This Thread
how to check for number - by horsemeat - 27.03.2013, 01:47
Re: how to check for number - by Gamer_007 - 27.03.2013, 01:57
Re: how to check for number - by horsemeat - 27.03.2013, 02:09
Re: how to check for number - by Gamer_007 - 27.03.2013, 02:12
Re: how to check for number - by horsemeat - 27.03.2013, 02:17

Forum Jump:


Users browsing this thread: 1 Guest(s)