set userlevel to x

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
Coder
Posts: 8
Joined: Fri Apr 02, 2010 6:27 pm

set userlevel to x

Post by Coder » Sun Jul 04, 2010 9:46 pm

Hello people

we were given to do some sample projects and on the sheet it says we shall type in:

on openStack
set userlevel to 5
put empty into field "list"
end openstack

Well I don't understand the 1st, 2nd and 4th line.

pls help :D

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10045
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: set userlevel to x

Post by FourthWorld » Sun Jul 04, 2010 10:20 pm

Where did those sample projects come from? What are you building?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Coder
Posts: 8
Joined: Fri Apr 02, 2010 6:27 pm

Re: set userlevel to x

Post by Coder » Sun Jul 04, 2010 10:39 pm

Well my teacher gave it to me, probably from the Internet. And we are building some basic scripts, don't know how to explain it, but can scan the paper for you, if necessary. :P

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: set userlevel to x

Post by Mark » Mon Jul 05, 2010 8:40 am

Hi Coder,

That looks like HyperCard, not Revolution. However, you can just comment out the line containing "userLever" in this particular example. If you have no clue about those lines, why not ask your teacher?

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Post Reply