CompuServe Messages

#Baffled by Benchmark

    03-Dec-87 21:44:30
Fm: Thomas Holaday 70407,534
To: John Draper 76703,4322
Seems to me like I can do Foo := 'ABCD' DoSomethingWith(ADDR(Foo)) but it is not permitted to DoSomethingWith('ABCD') so if I want to pass a string to a procedure, I _must_ assign it to a variable, a dummy variable, and the variable's address. No 'Inline' constant strings.