Project

General

Profile

funky_base_field.p

Greg Shah, 02/28/2013 05:31 PM

Download (250 Bytes)

 
1
def var txt as char init "something" format "x(10)".
2
display bf1 as character label "one" format "x(7)"  txt format "x(8)" when true @ bf1 with frame f0.
3
display txt format "x(8)" when true @ bf2 as character label "two" format "x(7)" with frame f1.