Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Strings from Functions
#1
How would one get a string from a function using a macro?

This is MyFunction:
Code:
Copy      Help
function str'nName
nName="Janet Jackson"


This is the macro:
Code:
Copy      Help
MyFunction nName
out nName


I play the macro and is getting unknown identifier error Cry
#2
try this

Code:
Copy      Help
function str&nName
nName="Janet Jackson"


Code:
Copy      Help
str a
MyFunction a
out a
An old blog on QM coding and automation.

The Macro Hook


Forum Jump:


Users browsing this thread: 1 Guest(s)