G 
		
								
				
				
			
		Guest
I want to set all elements in a numeric array to a value other than 0.
The default numeric initialisers set the elements to 0.
Is looped assignment the fastest way, or is there an equivalent to the C RTL
memset.
Cheers
Steve
				
			The default numeric initialisers set the elements to 0.
Is looped assignment the fastest way, or is there an equivalent to the C RTL
memset.
Cheers
Steve
