Omnimaga: The Coders Of Tomorrow
Welcome, Guest. Please login or register.
 
Omnimaga: The Coders Of Tomorrow
25 May, 2013, 08:40:15 *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
   home   news downloads projects tutorials misc forums rules new posts irc about Login Register  
+-OmnomIRC

You must Register, be logged in and have at least 40 posts to use this shout-box! If it still doesn't show up afterward, it might be that OmnomIRC is disabled for your group or under maintenance.

Note: You can also use an IRC client like mIRC, X-Chat or Mibbit to connect to an EFnet server and #omnimaga.

Poll
Question: I would like to expand some drawing commands! What syntax do you prefer for:   [1] Horizontal and vertical lines? [2] White and xor drawing?   Please pick ONE [1] option and ONE [2] option.
[1] Prefix with letters:   HLine(Y,X1,X2)  and  VLine(X,Y1,Y2) - 16 (26.7%)
[1] Overload shift commands:   Horizontal(Y,X1,X2)  and  Vertical(X,Y1,Y2) - 3 (5%)
[1] Use Horiz and G-T:   Horiz(Y,X1,X2)  and  Vert(X,Y1,Y2) - 6 (10%)
[1] Use LinReg(a+bx)  and LinReg(ax+b) :   HLine(Y,X1,X2)  and  VLine(X,Y1,Y2) - 4 (6.7%)
[1] Use LinReg(a+bx)  and LinReg(ax+b) :   Horiz(Y,X1,X2)  and  Vert(X,Y1,Y2) - 2 (3.3%)
[1] Other:   Please specify in a post! - 0 (0%)
[2] Use letter modifiers W and X:   e.g.  WHLine(Y,X1,X2),  WRect(X,Y,W,H),  XLine(X1,Y1,X2,Y2),  XCircle(X,Y,R) - 20 (33.3%)
[2] Use symbol modifiers ! and i:   e.g.  !HLine(Y,X1,X2),  !Rect(X,Y,W,H),  iLine(X1,Y1,X2,Y2),  iCircle(X,Y,R) - 9 (15%)
[2] Other:   Please specify in a post! - 0 (0%)
Total Voters: 32

Pages: [1] 2 3 ... 146   Go Down
  Print  
Author Topic: Axe Parser -  (Read 121740 times) Bookmark and Share
0 Members and 1 Guest are viewing this topic.
ztrumpet
The Rarely Active One
LV13 Extreme Addict (Next: 9001)
*************
Offline Offline

Gender: Male
Last Login: 22 May, 2013, 03:10:30
Date Registered: 08 November, 2009, 21:10:12
Location: Michigan
Posts: 5687


Total Post Ratings: +360

View Profile
« on: 02 February, 2010, 01:56:52 »
0

Quote
Okay, that's like a million questions, but I will attempt to answer them all:
Thanks! Grin
Quote
Quote
Can getKey ever go back to the getKey of basic, or is it always GetScanCodes?
Probably not, but I will have a directkey command in the future (for multiple key presses)
That sounds great!  Does this mean you could hold down 2nd, Enter,  and Down at the same time and getKey would equal 1, 9, and 54 at the same time?
Quote
Quote
While is still PreTest, and Repeat is still PostTest, right?
Its pretest right now... was it post test in basic?  I've never used it before, but that would be very easy to change and also save 3 bytes.
Yes, it is post test in basic.  Smiley
Quote
Quote
Can you check if sub( has a comma in it, and if so use it like it is in TiBasic? (If it dosn't have a comma, it's subroutien.)
Nope.  You will be able to do substrings like this: Str(5) gets 5th character in string.
How do you access multiple characters like:
sub("Name1Name2Name3",5(2)-4,5
This returns "Name2".  Can you access multiple characters in your other way.  If so, then you don't need sub( for sub.  Smiley

I have another 2 questions.  That makes 1,000,002 questions. Cheesy:
Can you use the operators like xor and = like "Var1=Var2" or do they need to be "Var1: =Var2"?
Do you plan to use the operator not( for anything?

Thanks!
Logged

Pages: [1] 2 3 ... 146   Go Up
  Print  
 
Jump to:  

Powered by EzPortal
Powered by MySQL Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Powered by PHP
Page created in 0.372 seconds with 33 queries.
Skin by DJ Omnimaga edited from SMF default theme with the help of tr1p1ea.
All programs, games and songs avaliable on this website are property of their respective owners.
Best viewed in Opera, Firefox, Chrome and Safari with a resolution of 1024x768 or above.