Hey, im From germany an im can watch EP1 pt1 because youtube says it contains music by "SME" - whatever that is- can you fix this please? I realy like you vids.
I think you understood the concept but the other way around...
the "=" sign stores strings, thats the reason var = text doesnt need quotation marks
when you use ":=" you are assigning expressions by default which means that 5+5 is not stored as that but rather the *result* of that expression is stored.
when using ":=" you have to put quotes around normal text like var := "text" if not the text would be treated as variable names.
Hey, im From germany an im can watch EP1 pt1 because youtube says it contains music by "SME" - whatever that is- can you fix this please? I realy like you vids.
WalterLarsLee 2 months ago in playlist --AutoHotkey for Beginners--
Great videos but you say "particular variables" too many times.
calde77 8 months ago in playlist --AutoHotkey for Beginners--
@calde77
hahaha its true... I try not to but it happens anyways, hope it doesnt bring the quality of the info down. :)
ahkTuts 8 months ago
Comment removed
downstube 1 year ago
@downstube
I think you understood the concept but the other way around...
the "=" sign stores strings, thats the reason var = text doesnt need quotation marks
when you use ":=" you are assigning expressions by default which means that 5+5 is not stored as that but rather the *result* of that expression is stored.
when using ":=" you have to put quotes around normal text like var := "text" if not the text would be treated as variable names.
ahkTuts 1 year ago