int to hex
#4

Quote:
Originally Posted by billiout
http://www.mathsisfun.com/binary-dec...converter.html

put the int on Decimal: and take the hex color.
never mind
i just wanted to test some thing
thats what i've does:
Код:
if(!fexist("allcolors.txt")){
	new str[60],File:C;
	C = fopen("allcolors.txt",io_append);
	for(new i;i<=16777216;i++){
	  format(str,60,"%06x\r\n",i);
		fwrite(C,str);
	}
	fclose©;
}
Reply


Messages In This Thread
int to hex - by D1ma - 17.06.2010, 11:49
Re: int to hex - by Cameltoe - 17.06.2010, 12:06
Re: int to hex - by billiout - 17.06.2010, 12:10
Re: int to hex - by D1ma - 17.06.2010, 14:12

Forum Jump:


Users browsing this thread: 1 Guest(s)