Search results for query: *

  1. R

    How find a pattern

    Hi, i got this var: dim myvar as string myvar = "Console.Writeline('Allo')" i want get text between the ( and ). I want get 'Allo' with the ' I want extract the code with ' ' because if i get myvar = "Console.Writeline('Salut ' & any-var) i want get " 'Salut ' & any-var...
  2. R

    Write and read a file

    Hi, I have search on google but i have just find this function SteamWriter. This fonction for writing work, but the script create always a new file... I want write under the last line... And with your fonction, how i can read it line by line for use in select menu... thx
Back
Top