Re: [nsbasic-ce] Finding Program location

2009-05-09 Thread George Henne
Would CurrentPath be what you are looking for? I know someone is going to tell me this is blindingly obvious, but I really have done a search of the Language Reference and the Technotes without success :-) How can I find the full pathname of the EXE file from within the application ? (i.e. \SD

[nsbasic-ce] txtsubject

2009-05-09 Thread Sadaf
Visit [ http://ismsmessages.com/ ] for huge sms messages collection or any of the following url:- Adult SMS -- http://ismsmessages.com/collection/adult-sms April Fools SMS -- http://ismsmessages.com/collection/april-fools-sms ASCII SMS --

[nsbasic-ce] txtsubject

2009-05-09 Thread Sadaf
Visit [ http://ismsmessages.com/ ] for huge sms messages collection or any of the following url:- Adult SMS -- http://ismsmessages.com/collection/adult-sms April Fools SMS -- http://ismsmessages.com/collection/april-fools-sms ASCII SMS --

[nsbasic-ce] Re: Finding Program location

2009-05-09 Thread rmrsoft
--- In nsbasic...@yahoogroups.com, George Henne g...@... wrote: Would CurrentPath be what you are looking for? No, but it did point me to GETCOMMANDLINE, which does give me what I want :-) Out of interest CurrentPath returns a null value. I see from the Language Reference it says If the

Re: [nsbasic-ce] Re: problem with generating routines with Execute command as in TN34

2009-05-09 Thread George Henne
This is what I am doing: For i = 1 To 3 name = bCStr(i) AddObject CommandButton,name,12+(55-12)*(i-1),80,36,32 Execute(name .Caption = CStr(i)) Next For i = 1 To 3 name = bCStr(i) Code = Sub name _Click vbCrLf name .Backcolor = hC0C0C0 vbCrLf b1.Text =