[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Defining variables in a local scope.

  • Thread starter Thread starter Thomas Mercer-Hursh
  • Start date Start date
Status
Not open for further replies.
T

Thomas Mercer-Hursh

Guest
Not only is it not going to get initialized, it shouldn't because it is pointless to define it every time. If there was a need to initialize it ... which is not indicated by the code above ... then merely including a v_Init = "X". in the loop would get the job done unambiguously and without anything like the overhead of the define.

Continue reading...
 
Status
Not open for further replies.
Back
Top