mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Update frequently-asked-questions.rst
This commit is contained in:
		
							parent
							
								
									735c977db1
								
							
						
					
					
						commit
						c94c77d2d1
					
				| @ -641,7 +641,7 @@ Not yet, as this requires two levels of dynamic arrays (``string`` is a dynamic | |||||||
| If you issue a call for an array, it is possible to retrieve the whole array? Or must you write a helper function for that? | If you issue a call for an array, it is possible to retrieve the whole array? Or must you write a helper function for that? | ||||||
| =========================================================================================================================== | =========================================================================================================================== | ||||||
| 
 | 
 | ||||||
| The automatic getter function for a public state variable of array type only returns | The automatic :ref:`getters <visibility-and-getters>` function for a public state variable of array type only returns | ||||||
| individual elements. If you want to return the complete array, you have to | individual elements. If you want to return the complete array, you have to | ||||||
| manually write a function to do that. | manually write a function to do that. | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user