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 <shawnlivec...@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@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to