12-31-2004, 04:20 PM
The QM 2.1.4(beta) help topic "Strings" gives this example which when run, givesgives integers instead of strings?
- Cat
Cat and Mouse
Dog, Cat and Mouse
str ss s.expandpath("$Desktop$")
out s
ss = s + "\myfile.txt"
out ss
ss = "\myfile.txt" - s
out ss
- C:\Documents and Settings\MyUserName\Desktop
24075838
2886202