hi all,
This may be an embarrassingly simple thing but im puzzled as to how i go about using the dip measurement with a variable name so when i have an integer variable such as:
Doing so highlights 'dip' as an error it works leaving it off but is there a way to explicitly add 'dip' to an int variable name?? :BangHead:
This may be an embarrassingly simple thing but im puzzled as to how i go about using the dip measurement with a variable name so when i have an integer variable such as:
B4X:
dim leftedge as int
leftedge=112
spnOpenfile.left = leftedge dip
Doing so highlights 'dip' as an error it works leaving it off but is there a way to explicitly add 'dip' to an int variable name?? :BangHead: