Jump to content
UBot Underground

Problem with not being a Programmer


Recommended Posts

Most of the time I am stuck with my idea's for ages, watch others get funded and walk away with the idea or something similar, is because I am not a programmer.

 

Funny/Sad thing is, I jsut am getting in action with Ubotstudio Tutorials (the basic ones), and I still cant understand what the hell is a variable.

 

But no sweat! Will keep on trying (this time)

 

Please tell me there are more like me... :unsure:

Link to post
Share on other sites

No one started as a pro, so keep your head up. :)

 

Variable: http://en.wikipedia.org/wiki/Variable_%28computer_science%29

 

In short: You can store a single piece of information into variable.

 

In Ubot we also have lists (1 dimensional storage location) and tables (2 dimensional storage location).

Link to post
Share on other sites

Variables are the Names for holding Values
and it is a standart in any Programming Language

 

as example
PHP 
$me = "Blumi";
echo $me;
prints  Blumi

Javascript
var me = "blumi";
alert(me);
open a alert window with blumi in it

ubot
set(#me,"blumi",Global)
alert(#me)
open too a alert window with my name in it

to develop in ubot need some small skills in programming language
not any special language  but logic of develop with programminglanguages

so first u should do is learn how logic works if u wanna develop with ubot...

sure u can learn it byside ubot

Link to post
Share on other sites

It SERIOUSLY cant get more helpful than this!

 

Thanks Guys!

 

Oh it seriously can!  The abilities of some of the people on here are quite amazing, and the amount of free help they give is even more amazing.

Link to post
Share on other sites

It is not a problem being a newbie (we all been newbies once) , the problem is staying a newbie :)

if your here for the long term (you should be) you need to go get this book from amazon http://www.amazon.com/Beginning-Programming-Dummies-Wallace-Wang/dp/0470088702 , "Beginning Programming For Dummies" , will help you understand the basics of programming

  • Like 1
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...