Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ARRAY of custom type as parameter
#12
To initialize a reference variable, there are two ways.
1. Declare and assign in single statement:
TABPROP& x=something
2. Assign later, using operator &:
&x=something


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)