Does anybody knows how to get acces to STRING functions?
					
					
					
				
				
				
				 
	String Functions
		 Started by 
	Guest_-Tom-_*
, Nov 16 2005 09:00 PM
	
	
	
	
		6 replies to this topic
	
	
			
				
					
						
					
					#1
					 Guest_-Tom-_*
					
				
				
				
					
	Guest_-Tom-_*
				
			
				
			
			
			Posted 16 November 2005 - 09:00 PM
			
				
					
						
					
					#2
					 
					
				
				
				
					
				
			
				
			
			
			Posted 16 November 2005 - 09:01 PM
					Are you speaking about require("string") ?   
					
					
					
				
				
				
				 
					
					
			
				
					
						
					
					#3
					 Guest_Guest_*
					
				
				
				
					
	Guest_Guest_*
				
			
				
			
			
			Posted 16 November 2005 - 09:23 PM
					My hero....   
					
					
					
				
				
				
				 
					
					
			
				
					
						
					
					#4
					 
					
				
				
				
					
				
			
				
			
			
			Posted 16 November 2005 - 09:53 PM
					Nah, I'm just the author of the Add-In   
					
					
					
				
				
				
				 
					
					
			
				
					
						
					
					#5
					 
					
				
				
				
					
				
			
				
			
			
			Posted 16 November 2005 - 10:02 PM
foo={"manual","the","Read"};spc=" ";message=""
for i=1,3 do
  message=foo[i]..spc..foo[i]
end
print(message)  
   
   
					
					
			
				
					
						
					
					#6
					 
					
				
				
				
					
				
			
				
			
			
			Posted 16 November 2005 - 10:04 PM
					Well this isn't exactly in the manual, since the require function has a customized behaviour for CPLua 
He asked for a manual for CPLua btw (and he did good) 
					
					
					
				
				
				
				
He asked for a manual for CPLua btw (and he did good)
 
					
					
			
				
					
						
					
					#7
					 
					
				
				
				
					
				
			
				
			
			
			Posted 16 November 2005 - 10:15 PM
Ok,Well this isn't exactly in the manual, since the require function has a customized behaviour for CPLua
He asked for a manual for CPLua btw (and he did good)
foo={"functions.txt","file","the""Read"};spc=" ";message=""
for i=1,4 do
  message=foo[i]..spc..message
end
print(message)  .
.Indeed, you need to write a complete manual in the future, but be prepared for a huge headache. It isn't as easy as it may seems, even for the developer. You can't imagine how many hours I have spent to write and improve the LuaNumAn programmer's guide. Writing a manual is extremely t i m e c o n s u m i n g.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


 
				
				
			
 
				
				
			
