In reply to ibrahim_hussain:
You can use following syntax , but it assigns default value to all entries.
// assign 0 to all entries
string name_[`NO_OF_LINE] = '{`NO_OF_LINE{0}};
In reply to ibrahim_hussain:
You can use following syntax , but it assigns default value to all entries.
// assign 0 to all entries
string name_[`NO_OF_LINE] = '{`NO_OF_LINE{0}};