Search found 2 matches

by audreyt
Thu Apr 20, 2017 3:06 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: how to check if a line contains a number
Replies: 16
Views: 9408

Re: how to check if a line contains a number

Thank you all so much for your help! I really appreciate it. I used AxWald's code and it worked great.
by audreyt
Thu Apr 20, 2017 4:21 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: how to check if a line contains a number
Replies: 16
Views: 9408

how to check if a line contains a number

Hello! I am trying to sort through a list of information and delete any line that contains a number (several lines contain a to z characters as well as numbers) I've tried using an isNumber function, and several variations of the code below. I feel like I've gotten close a few times, but am messing ...