QB64 Phoenix Edition
A Question on Calls to Subroutines - Printable Version

+- QB64 Phoenix Edition (https://qb64phoenix.com/forum)
+-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1)
+--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3)
+---- Forum: Help Me! (https://qb64phoenix.com/forum/forumdisplay.php?fid=10)
+---- Thread: A Question on Calls to Subroutines (/showthread.php?tid=2192)

Pages: 1 2


RE: A Question on Calls to Subroutines - Dimster - 11-26-2023

So "Print B" is in fact the creation of the variable B whether it is Dimmed or not, and upon the fact the Print statement created it, it automatically is assigned the value of zero. Thanks Kernelpanic