Search Results
-
Updated on: Dec 01, 2009
How do I display an array in a table field?
Arrays are not plain text and cannot be displayed in a field without some extra work first.
This lesson shows how to use the "combine" command to convert data from an array to text. -
Updated on: Feb 03, 2010
How do I import a text file?
This lesson shows how I create a simple stack, which imports a text file and shows it in a field.
-
Updated on: Feb 08, 2010
How can I search delimited data for a matching string?
Working with text is one of the areas where Revolution shines most. Here I explain a few ways how one could go about searching delimited text.
-
Updated on: Oct 27, 2010
Hello World
Often the first thing you learn to do in a new language is to display "Hello World", this lesson will show you how to do this in LiveCode.
-
Updated on: Oct 27, 2010
Link text rollover effect
You may want to make link text in your application change style or hilite when the user rolls over the text. This lesson will show you how.
-
Updated on: Oct 27, 2010
Limiting the number of characters during data entry
There may be cases where you want to limit the number of characters a user can enter into a field, for example when choosing a user name or entering a telephone number. This lesson will show you how.
-
Updated on: Oct 27, 2010
Accepting only digit characters during data entry
Sometimes you might only want to allow digits to be typed into a field, perhaps a telephone number field or an id code. This lesson will show you how.
-
Updated on: Nov 10, 2010
Shifting selected text to the right or left
When you are using a text editor the tab key allows you to indent text. You may well want to include this functionality in your application, perhaps you have a field where your user can enter text that you want to behave like a text editor. This lesson will show you how.
-
Updated on: Nov 11, 2010
Combining Random Text Strings
In this lesson we will see how to write a custom function that combines several literal strings with random words chosen from three lists to create an insult.
Note: The words list for this insult generator has been floating around the Internet for years. The original source is unknown...
-
Updated on: Nov 11, 2010
Repeating a text string
In this lesson we will see how to write a custom function that builds a string by repeating a given string a certain number of times.
