Some features i (will) need
Posted: Sat Aug 01, 2009 1:25 pm
Hi,
1st of all, thanks PB Team for this great language.
2nd : Excuse my very bad english : i'm a french guy with school english level.
3rd : the requests
1° few days ago, i needed a function to format number/string. can you add a VB Like "Format" function : str$=Format(string/Number,Format)
Formats same as VB : #,@,0,-,+ like this :
str$=Format("123456","##_##_##)
display str$ gives 12_34_56
2° GrabSprite on a sprite, not only on a screen
GrabSpritetoSprite(SpriteSource,SpriteDestination,X,Y,Width,Height,[Mode]) mode same as createsprite() ones.
3° ClipSprite3D, i know there is a code in the forum to do that, but an integrated fuction would be great
4° Iif function ; Iif(test>100;"Great !!!";"Loser !!!")
No Else/endif in the code to test only one condition
5° a Boolean type, instead of using integer types
6° A stop command when we are in debugger on, to stop program at the moment where we have put the stop (ability to use F8 for step by step after the stop
nothing else for the moment, i'll add posts after this one if i have other ideas
thanks for reading, and giving positive critics
1st of all, thanks PB Team for this great language.
2nd : Excuse my very bad english : i'm a french guy with school english level.
3rd : the requests
1° few days ago, i needed a function to format number/string. can you add a VB Like "Format" function : str$=Format(string/Number,Format)
Formats same as VB : #,@,0,-,+ like this :
str$=Format("123456","##_##_##)
display str$ gives 12_34_56
2° GrabSprite on a sprite, not only on a screen
GrabSpritetoSprite(SpriteSource,SpriteDestination,X,Y,Width,Height,[Mode]) mode same as createsprite() ones.
3° ClipSprite3D, i know there is a code in the forum to do that, but an integrated fuction would be great
4° Iif function ; Iif(test>100;"Great !!!";"Loser !!!")
No Else/endif in the code to test only one condition
5° a Boolean type, instead of using integer types
6° A stop command when we are in debugger on, to stop program at the moment where we have put the stop (ability to use F8 for step by step after the stop
nothing else for the moment, i'll add posts after this one if i have other ideas
thanks for reading, and giving positive critics