Search found 5 matches
- Wed Jun 23, 2010 10:15 am
- Forum: Off Topic
- Topic: Purebasic Repository
- Replies: 35
- Views: 8222
Re: Purebasic Repository
wonderfully!!
- Fri Jun 18, 2010 8:45 am
- Forum: Coding Questions
- Topic: console program
- Replies: 6
- Views: 1790
Re: console program
Thanks for your help!
- Thu Jun 17, 2010 10:31 pm
- Forum: Coding Questions
- Topic: console program
- Replies: 6
- Views: 1790
Re: console program
The second code correctly handles both arguments. But the first code loses the last argument.
Variable rarpath is empty.
Variable rarpath is empty.
- Wed Jun 16, 2010 11:30 am
- Forum: Coding Questions
- Topic: console program
- Replies: 6
- Views: 1790
console program
why this code does not work?
Global rarpath.s, jpgpath.s
cmdline.s
Procedure set_path(string.s)
Select LCase(GetExtensionPart(string))
Case "rar", "zip", "jar"
rarpath = string
Case "jpg", "jpeg", "png"
jpgpath = string
EndSelect
EndProcedure
CountParam=CountProgramParameters()
If ...
Global rarpath.s, jpgpath.s
cmdline.s
Procedure set_path(string.s)
Select LCase(GetExtensionPart(string))
Case "rar", "zip", "jar"
rarpath = string
Case "jpg", "jpeg", "png"
jpgpath = string
EndSelect
EndProcedure
CountParam=CountProgramParameters()
If ...
- Mon Jun 14, 2010 12:46 pm
- Forum: Linux
- Topic: Beep in Linux
- Replies: 1
- Views: 1166
Beep in Linux
Hi!
How to use the utility beep in linux?
or what can replace winapi beep_ ()
--
Ubuntu 9.10
How to use the utility beep in linux?
or what can replace winapi beep_ ()
--
Ubuntu 9.10