photo

Ronald Whiddon


Last seen: 4년 초과 전 2019년부터 활동

Followers: 0   Following: 0

통계학

  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
how to create empty string arrays and then populate them through arrayName(indexNumber) syntax
Declare an empty string array in this manner: C=string.empty; C(1)='hello'; C(2) = 'goodbye';

대략 5년 전 | 3