[Beginner] Put the label of btn "btnA"

Mike Bonner bonnmike at gmail.com
Sat Jan 10 17:30:35 EST 2015


the word and makes it think you're doing an evaluation.  if the label of
btna and the lable of fld lbldate are not both true, then it'll give you
false.  don't use the word and, use the ampersand & as your string
connector.

put 1 && 2 && 3 (double ampersands put a space in between your string
parts)
will result in 1 2 3

On Sat, Jan 10, 2015 at 3:19 PM, Shawn Blc <shawnlivecode at gmail.com> wrote:

>   *put* the label of btn "btnA" and the label of fld "lblDate" into fld
> "fldTitle"
>
>
> When I use the above, I get false.
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list