Problem with the immediate(Debug) window

C

Chris

I am doing some basic tutorials on modules and I have
been trying to enter simple commands like
? "Hello World"
That works, but when I try to put it in a variable and type
s="Hello" and hit ENTER. I get a compile error that says
Can't find project or library.
After I hit ENTER I want to type another command like
? s & "World"

Any Suggestions Or Libraries that need to be included.

Thanks,

Chris
 
D

david epsom dot com dot au

Works for me. Try this in the immediate window:

for each v in application.References : ?v.name, v.isbroken : next

(david)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top