Search:

User: Szadd; Keyword(s):

Search: Search took 0.04 seconds.

  1. Replies
    7
    Views
    3,041

    String constants repetition

    Try to execute this simple code:



    dim LoopVar as long
    dim Buffer as string
    for LoopVar = 1 to 5
    Buffer += $tab(5)
    next
  2. Replies
    2
    Views
    1,518

    Format code problem

    Not sure if it wasn't discussed somewhere else but I came across a possible bug in "Format code" tool:

    Every time using something like this


    WorkDir += "\Export"

    is formatted
Results 1 to 2 of 2