Search found 58 matches

by lrcvs
Tue Jun 23, 2009 4:59 pm
Forum: General Discussion
Topic: Wednesday, football USA vs. Spain.
Replies: 8
Views: 14204

Wednesday, football USA vs. Spain.

Wednesday, football USA vs. Spain.

Who will win?
by lrcvs
Sat May 09, 2009 4:37 pm
Forum: General Discussion
Topic: Calculations with the Metric System.
Replies: 0
Views: 10351

Calculations with the Metric System.

Hello everyone: The program: (function metric) is to make calculations with the Metric System. Can be calculated: Linear measures: Meters, Liters, Kilograms Measures surface/areas: Meters2 Measures of capacity: Meters3 We need to know where we stand and where we want to go. The position values are: ...
by lrcvs
Sat Dec 13, 2008 6:35 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: This is a error??
Replies: 4
Views: 10155

Ok, thanks!!!

Ok !!!

thank you very much, Ted
by lrcvs
Sat Dec 13, 2008 4:45 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: This is a error??
Replies: 4
Views: 10155

This is a error??

CLS
FOR x = 1 TO 10

IF (x) + (x * x) = 30 THEN PRINT x ;" Ok!!"

IF (x) + (x ^ 2) = 30 THEN PRINT x '"Why this line does not work in QB?"

NEXT x
PRINT 5^2 ;" Ok!!"
END


Note: In FB, work well, why?
by lrcvs
Tue Aug 19, 2008 2:45 am
Forum: News and Announcements
Topic: Function: Separate the integer part of the fractional part
Replies: 8
Views: 20525

I'am very thaknful !!!

Hi, sid6.7 :

I'am very thaknful !!!

Greetings from Spain
by lrcvs
Tue Aug 19, 2008 2:08 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Someone can helpme and tell me that this program works well
Replies: 6
Views: 11126

Deleted!!!
by lrcvs
Sun Aug 17, 2008 11:45 am
Forum: News and Announcements
Topic: Function: Separate the integer part of the fractional part
Replies: 8
Views: 20525

O.k.!!!

O.k.

Here a friend!!
by lrcvs
Sun Aug 17, 2008 11:14 am
Forum: News and Announcements
Topic: Function: Separate the integer part of the fractional part
Replies: 8
Views: 20525

All this by a small and simple program.?

I do not understand : 1?) "Here be coding dragons" 2?) 9 + 9 = 12 3?) "Turn qb upside down and you'll see it" All this by a small and simple program.? I'am new here...!!! Ah! Felicitys to the U.S. for your players of basketball and swimmers at the 2008 Olympics in Beijing. Also t...
by lrcvs
Sat Aug 16, 2008 6:33 pm
Forum: News and Announcements
Topic: Function: Separate the integer part of the fractional part
Replies: 8
Views: 20525

To Burger 2227: Uuuuuuuuuuuuuuuummmmmmmmmmmmm!!!

Mr. Burger 2227: First: No, I acknowledge having read the post you indicated. Second: My conociments of computer are very low, not anything of "C", "C ++"... My knowledge is limited to QBasic and other computer languages. However this function is very simple, is pure coincidence ...
by lrcvs
Sat Aug 16, 2008 3:50 pm
Forum: News and Announcements
Topic: Function: Separate the integer part of the fractional part
Replies: 8
Views: 20525

Function: Separate the integer part of the fractional part

FUNCTION enterdec$ (v$, x$) 'Function: Separate the integer part of the fractional part without rounding. 'The X$ must be: E = integer <> D = decimal 'Funcion: Separa la parte entera de la parte decimal sin redondeos 'La x$ tiene que ser: E = entero <> D = decimal x$ = UCASE$(x$) FOR n = 1 TO LEN(v$...
by lrcvs
Fri Aug 08, 2008 11:57 pm
Forum: News and Announcements
Topic: Deleted!
Replies: 3
Views: 11733

Deleted !

Deleted!!!
by lrcvs
Fri Aug 08, 2008 3:02 pm
Forum: News and Announcements
Topic: Deleted!
Replies: 3
Views: 11733

Deleted!

Deleted!!!
by lrcvs
Mon Jun 09, 2008 4:25 am
Forum: News and Announcements
Topic: Power of number limitless
Replies: 0
Views: 12161

Power of number limitless

declare sub b.store (cad$, n$) declare sub c.pizarra () declare sub d.encabezados (a$, b$) declare sub e.multiplicacion (a$, b$) declare sub g.suma () declare function f.invcad$ (cad$) 'this program, calculates the power of a number 'without limit, with results accurate. 'if the number is greater th...
by lrcvs
Sun Jun 08, 2008 10:28 am
Forum: News and Announcements
Topic: Big factorial limitless
Replies: 0
Views: 13204

Big factorial limitless

DECLARE SUB b.store (cad$, n$) DECLARE SUB c.pizarra () DECLARE SUB d.encabezados (a$, b$) DECLARE SUB e.multiplicacion (a$, b$) DECLARE SUB g.suma () DECLARE FUNCTION f.invcad$ (cad$) 'This program, calculates the factorial of a number 'without limit, with results accurate. 'If the number is greate...
by lrcvs
Sun May 04, 2008 5:36 pm
Forum: News and Announcements
Topic: Big multiplication of number integegrs, limitless
Replies: 1
Views: 11613

Big multiplication of number integegrs, limitless

DECLARE SUB a.inicio (a$, b$) DECLARE SUB b.store (cad$, n$) DECLARE SUB c.pizarra () DECLARE SUB d.encabezados (a$, b$) DECLARE SUB e.multiplicacion (a$, b$) DECLARE SUB g.suma () DECLARE FUNCTION f.invcad$ (cad$) 'DANGER, READ THIS 'This program only makes a multiplication. 'The length of the resu...
by lrcvs
Thu Mar 20, 2008 3:04 am
Forum: News and Announcements
Topic: Multiplication
Replies: 1
Views: 8513

Multiplication

Deleted !!!

See you: Big multiplication of numbers integers

Thanks.