Submitted by Anonymous (not verified) on Mon, 10/17/2005 - 00:00
Forums

Are all RPG variable types recognized (e.g. Pointers, Integers, Timestamps, Dates, Time, etc.).

Full name
Administrator

admin

Mon, 10/17/2005 - 14:40

Yes: You only have to convet them to char's when using the <%= myvar %> syntax: ex. <h1>Time is now <% = %char(%timestamp)) %> on my iSeries</h1>