0

Is there a macro to type text in the current buffer? I see the macro to insert a line, I want to insert a string.

Steve Kolokowsky
  • 423
  • 2
  • 12

1 Answers1

0

Found it. The function is not named what you would expect:

buf = GetCurrentBuf()  
SetBufSelText(buf, "nr5g_ml1_rfmgr_pcm_")  
Steve Kolokowsky
  • 423
  • 2
  • 12