Posts: 3,715
	Threads: 358
	Joined: Apr 2012
	
Reputation: 
0
	 
 
	
	
		Is there limit number in random?
Cause i wanna make it random up to 11 length numbers so it will be really look like a cellphone number (look a like but it works different)
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 2,364
	Threads: 135
	Joined: Dec 2009
	
Reputation: 
0
	 
 
	
	
		don't think so as i use it to randomize X,Y,Z positions which are pretty long.
But if you want to keep it short you can random two numbers and add them together
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,250
	Threads: 92
	Joined: Mar 2011
	
Reputation: 
0
	 
 
	
	
		Why don't you change it to string?
INI_WriteString(...);
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 3,715
	Threads: 358
	Joined: Apr 2012
	
Reputation: 
0
	 
 
	
	
		^^ 
I already did it change to string, i use Emmet_'s code.