Search found 2 matches

by kev007
Tue May 20, 2014 7:35 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Using value of Variable
Replies: 26
Views: 12006

Re: Using value of Variable

Hi there,

Tanks Bernd that was exactly what I was looking for..
so now it works! :D

And Craig thanks for your explications, in this case I needed
to use IDs.

So thanks for helping!
by kev007
Tue May 20, 2014 11:48 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Using value of Variable
Replies: 26
Views: 12006

Using value of Variable

Hi, I have a Problem using Variables. I have al global Variable global bID1 in this I put the ID of an button. So far it works. Now I want to do show a button with the id saved in bID1 I used show button "bID1" and also tried it without "". After a friend tried to help me I used show button with the...