|
marcd wrote: > ... > DWB S O CLASS(*JAVA > D :'org.apache.poi.hssf.usermodel- > D .HSSFWorkbook') > ... For those who aren't also following the java list, the problem here is that the minus sign (-) continuation picks up the blanks from the beginning of the line with ".HSSFWorkbook". The plus sign continuation should be used. DWB S O CLASS(*JAVA D :'org.apache.poi.hssf.usermodel+ D .HSSFWorkbook') Try this little program: D plus s 20a inz('plus + D abc') D minus s 20a inz('minus - D abc') C plus dsply minus C eval *inlr = '1' The output is DSPLY plus abc minus abc
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.