Congratulations to zyndikate for becoming a Grand Slam Winner!

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuoteTotal = (Total + 50);This is not important, but you don't actually need the parentheses here. It is not a function. You only need them when you have to clearly specify the order of the arithmetic operations. So:
QuoteIs there a way to Display $50 rather than just 50?Yes:
QuoteI just need help with the <>= .. any help would be appreciated.I never have time to really read this thread, but did you mean the comparison operators ==, <>, >, <, >= and <= here?
if (var > 100) {
blah bla
} else {
blah bla bla
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 1.736 seconds with 15 queries.