Multiplication

Announce and discuss the progress of your various programming-related projects...programs, games, websites, tutorials, libraries...anything!

Moderators: Pete, Mods

Post Reply
lrcvs
Veteran
Posts: 58
Joined: Mon Mar 10, 2008 9:28 am

Multiplication

Post by lrcvs »

Deleted !!!

See you: Big multiplication of numbers integers

Thanks.
Last edited by lrcvs on Sat Jun 14, 2008 1:32 pm, edited 2 times in total.
User avatar
burger2227
Veteran
Posts: 2466
Joined: Mon Aug 21, 2006 12:40 am
Location: Pittsburgh, PA

DEF Fn

Post by burger2227 »

The DEF Fn function can easily be converted to a normal Function. This will allow the Function to be called repeatedly or in any part of a program.
DEF Fn is not recommended for recursive programs that repeat the DEF Fn call. That would create an error as it can only be defined once.

Ted
Please acknowledge and thank members who answer your questions!
QB64 is a FREE QBasic compiler for WIN, MAC(OSX) and LINUX : https://www.qb64.org/forum/index.php
Get my Q-Basics demonstrator: https://www.dropbox.com/s/fdmgp91d6h8ps ... s.zip?dl=0
Post Reply