Non-integral line numbers?

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9670
Joined: Wed May 06, 2009 2:28 pm
Location: New York, NY

Non-integral line numbers?

Post by dunbarx » Tue Feb 28, 2017 11:23 pm

This surprised me.

Make a field with six short lines in it. Do something like:

Code: Select all

Put "X" after line 2 of fld 1
No surprises.

Now do this:

Code: Select all

put "X" after line 3.1 of fld 1
put "Y" after line 3.6 of fld 1
At least standard rounding protocols are followed.

Craig Newman

Post Reply

Return to “Talking LiveCode”