[ipxe-devel] inc command - iterating with characters?

Robin Smidsrød robin at smidsrod.no
Fri Aug 2 11:14:25 UTC 2013


On 02.08.2013 11:27, Christian Hesse wrote:
> Hello everybody,
> 
> just saw the last commit about inc command... Really great work!
> 
> Now I think about a dynamically generated menu that automatically increments
> the key shortcuts. However I do have a menu that has more than ten
> entries, so iterating with characters (e. g. 1, 2, ..., 9, a, b, ...) would
> be a great feature. Is there a way to do that already?
> Any chance to get that implemented?

iPXE> set x:uint8 65
iPXE> show x:string
x:string = A
iPXE> echo ${x:string}
A

-- Robin



More information about the ipxe-devel mailing list