View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
AA2e72E AA2e72E is offline
external usenet poster
 
Posts: 400
Default Array/Literal notation

Is there an Excel function that will convert

a=array(1,2,3)

to {1,2,3}

?