[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Use of Correct indentation - Eclipse

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
The easiest way to post pretty code is to reply via email with HTML email; then paste your ABL from PDSOE (which keeps the formatting) . Note that this only works with lower-case code. /** Returns a byte at the specified position, and increments the position marker. @param int64 The position at which to return the byte. @return integer The byte value at the current position */ method public integer GetByte ( input piStartPos as int64 ): define variable iStartIndex as integer no-undo . define variable iGetFrom as integer no-undo .

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