Download the free trial version
Basic4android Video
Features
Tutorials and manuals
Showcase
Screenshots

Go Back   Android Development Forum - Basic4android > Basic4ppc (Windows Mobile) > Basic4ppc Wishlist
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Basic4ppc Wishlist Missing any feature?

Add += and ++ possible?

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-23-2010, 04:03 PM
sitajony's Avatar
Basic4ppc Veteran
 
Join Date: Mar 2010
Location: France
Posts: 416
Awards Showcase
Beta Tester 
Total Awards: 1
Default Add += and ++ possible?

Hi, I asked me if it's possible to add like in C#, C++, JavaScript, PHP etc... this:
Code:
var=0
var+=
5
var-=
2
'var=3

'And:
var=0
var++
var++
var--
'var=1
It's easier and faster than var=var+5 or var=var+1...
Thanks for your comments!
Reply With Quote
  #2 (permalink)  
Old 04-24-2010, 05:59 AM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 15,690
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

It is possible. However it seems to me that this syntax doesn't belong in a Basic variant language and while it is useful for developers who are familiar with C syntax it might be confusing for others.
Reply With Quote
  #3 (permalink)  
Old 04-24-2010, 08:43 AM
Basic4ppc Expert
 
Join Date: May 2008
Location: Berkshire, UK
Posts: 810
Awards Showcase
Beta Tester 
Total Awards: 1
Default

I have to agree with Erel.

Especially since in C etc the construct can be used in an expression. Then not only does the variable to the left of the "=" become altered by executing an assignment statement, so can variables in the right-hand expression.

Mike.
Reply With Quote
  #4 (permalink)  
Old 04-24-2010, 12:07 PM
sitajony's Avatar
Basic4ppc Veteran
 
Join Date: Mar 2010
Location: France
Posts: 416
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Effectively there'll be a confusing with Syntax C and VB who are not the same things...
It was just an idea...
Thanks, I'm thinging for new ideas
Reply With Quote
  #5 (permalink)  
Old 04-24-2010, 12:14 PM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 15,690
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

Quote:
Thanks, I'm thinging for new ideas
Keep them coming. It is a good idea, which crossed my mind several times.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On


All times are GMT. The time now is 02:06 PM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0