Go – Constants

  • Post author:
  • Post category:GO
  • Post comments:3 Comments

This topic is about Go - Constants. Constants refer to fixed values that the program may not alter during its execution. These fixed values are also called literals. Constants can be…

Continue ReadingGo – Constants

VBA – Loops

  • Post author:
  • Post category:VBA
  • Post comments:6 Comments

In this topic, we will discuss Loops in visual basic for application. There may be a situation when you need to execute a block of code several times. In general,…

Continue ReadingVBA – Loops