Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to Initialize an Array?
#2
It is easy to initialize string arrays. Example:

ARRAY(str) a
a="a[]b[]c"

In other cases, each element must be initialized in separate statement, as in your example, or using for.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)